Html Css Color HEX #084890 Dark Cerulean

📋 copy color: '#084890'

red 8 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #084890

Tints of Dark Cerulean #084890

RGB

 RED value IS 8 (3.52% from 255) = 3.57%

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

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

R = 3.57%
G = 32.14%
B = 64.29%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#084890 (or 0x084890) is known color: Dark Cerulean. HEX triplet: 08, 48 and 90. RGB value is (8,72,144). Sum of RGB (Red+Green+Blue) = 8+72+144=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #084890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084890 is #F7B76F. Grayscale: #3C3C3C. Windows color (decimal): -16234352 or 9455624. OLE color: 9455624.

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

Color convert

RGB 8 72 144 -
CMYK 0.94 0.50 0 0.44
HSL 211.76º 0.89% 0.3% -
HSV(B) 211.76º 0.94% 0.56% -
XYZ 7.45 6.7 27.29 -
YUV 61.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 8 72 144 0.94 0.50 0 0.44 211.76 0.89 0.3
Hex 8 48 90 5E 32 0 2C D4 59 1E
Octal 10 110 220 136 62 0 54 324 131 36
Binary 1000 1001000 10010000 1011110 110010 0 101100 11010100 1011001 11110

Color Harmonies of #084890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084890

Black with #084890

Text Example


Text Example

White with #084890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084890; }

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

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

background-color css

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

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

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

border-color css

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

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

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