Html Css Color HEX #104790 Dark Cerulean

📋 copy color: '#104790'

red 16 ◦ green 71 ◦ blue 144

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

Shades of Dark Cerulean #104790

Tints of Dark Cerulean #104790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 6.93%
G = 30.74%
B = 62.34%

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

#104790 (or 0x104790) is known color: Dark Cerulean. HEX triplet: 10, 47 and 90. RGB value is (16,71,144). Sum of RGB (Red+Green+Blue) = 16+71+144=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #104790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104790 is #EFB86F. Grayscale: #3E3E3E. Windows color (decimal): -15710320 or 9455376. OLE color: 9455376.

HSL color Cylindrical-coordinate representation of color #104790: hue angle of 214.22º 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 #104790 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 71 144 -
CMYK 0.89 0.51 0 0.44
HSL 214.22º 0.8% 0.31% -
HSV(B) 214.22º 0.89% 0.56% -
XYZ 7.5 6.63 27.27 -
YUV 62.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 16 71 144 0.89 0.51 0 0.44 214.22 0.8 0.31
Hex 10 47 90 59 33 0 2C D6 50 1F
Octal 20 107 220 131 63 0 54 326 120 37
Binary 10000 1000111 10010000 1011001 110011 0 101100 11010110 1010000 11111

Color Harmonies of #104790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104790

Black with #104790

Text Example


Text Example

White with #104790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104790; }

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

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

background-color css

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

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

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

border-color css

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

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

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