Html Css Color HEX #104890 Dark Cerulean

📋 copy color: '#104890'

red 16 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #104890

Tints of Dark Cerulean #104890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

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

R = 6.9%
G = 31.03%
B = 62.07%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#104890 (or 0x104890) is known color: Dark Cerulean. HEX triplet: 10, 48 and 90. RGB value is (16,72,144). Sum of RGB (Red+Green+Blue) = 16+72+144=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #104890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104890 is #EFB76F. Grayscale: #3F3F3F. Windows color (decimal): -15710064 or 9455632. OLE color: 9455632.

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

Color convert

RGB 16 72 144 -
CMYK 0.89 0.50 0 0.44
HSL 213.75º 0.8% 0.31% -
HSV(B) 213.75º 0.89% 0.56% -
XYZ 7.57 6.76 27.29 -
YUV 63.46 173.45 94.15 -
System Red Green Blue C M Y K H S L
Decimal 16 72 144 0.89 0.50 0 0.44 213.75 0.8 0.31
Hex 10 48 90 59 32 0 2C D6 50 1F
Octal 20 110 220 131 62 0 54 326 120 37
Binary 10000 1001000 10010000 1011001 110010 0 101100 11010110 1010000 11111

Color Harmonies of #104890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104890

Black with #104890

Text Example


Text Example

White with #104890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104890; }

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

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

background-color css

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

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

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

border-color css

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

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

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