Html Css Color HEX #104690 Dark Cerulean

📋 copy color: '#104690'

red 16 ◦ green 70 ◦ blue 144

#104690
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #104690

Tints of Dark Cerulean #104690

RGB

 RED value IS 16 (6.64% from 255) = 6.96%

 GREEN value IS 70 (27.73% from 255) = 30.43%

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 6.96%
G = 30.43%
B = 62.61%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#104690 (or 0x104690) is known color: Dark Cerulean. HEX triplet: 10, 46 and 90. RGB value is (16,70,144). Sum of RGB (Red+Green+Blue) = 16+70+144=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #104690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104690 is #EFB96F. Grayscale: #3D3D3D. Windows color (decimal): -15710576 or 9455120. OLE color: 9455120.

HSL color Cylindrical-coordinate representation of color #104690: hue angle of 214.69º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104690 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 70 144 -
CMYK 0.89 0.51 0 0.44
HSL 214.69º 0.8% 0.31% -
HSV(B) 214.69º 0.89% 0.56% -
XYZ 7.44 6.5 27.25 -
YUV 62.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 16 70 144 0.89 0.51 0 0.44 214.69 0.8 0.31
Hex 10 46 90 59 33 0 2C D7 50 1F
Octal 20 106 220 131 63 0 54 327 120 37
Binary 10000 1000110 10010000 1011001 110011 0 101100 11010111 1010000 11111

Color Harmonies of #104690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104690

Black with #104690

Text Example


Text Example

White with #104690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104690; }

 p { color: rgb(16,70,144); }

 H1.HeaderClassName
 {
   color: #104690;
 }
 .AnyTagClassName
 {
   color: #104690;
 }
</style>

background-color css

<style>
 a { background-color: #104690; }

 a { background-color: rgb(16,70,144); }

 div.DivClassName
 {
   background-color: #104690;
 }
 .BgClassName
 {
   background-color: #104690;
 }
</style>

border-color css

<style>
 span { border-color: #104690; }

 span { border-color: rgb(16,70,144); }

 td.TdClassName
 {
   border-color: #104690;
 }
 .TagClassName
 {
   border-color: #104690;
 }
</style>