Html Css Color HEX #084490 Dark Cerulean

📋 copy color: '#084490'

red 8 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #084490

Tints of Dark Cerulean #084490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 3.64%
G = 30.91%
B = 65.45%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#084490 (or 0x084490) is known color: Dark Cerulean. HEX triplet: 08, 44 and 90. RGB value is (8,68,144). Sum of RGB (Red+Green+Blue) = 8+68+144=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #084490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084490 is #F7BB6F. Grayscale: #3A3A3A. Windows color (decimal): -16235376 or 9454600. OLE color: 9454600.

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

Color convert

RGB 8 68 144 -
CMYK 0.94 0.53 0 0.44
HSL 213.53º 0.89% 0.3% -
HSV(B) 213.53º 0.94% 0.56% -
XYZ 7.2 6.2 27.2 -
YUV 58.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 8 68 144 0.94 0.53 0 0.44 213.53 0.89 0.3
Hex 8 44 90 5E 35 0 2C D6 59 1E
Octal 10 104 220 136 65 0 54 326 131 36
Binary 1000 1000100 10010000 1011110 110101 0 101100 11010110 1011001 11110

Color Harmonies of #084490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084490

Black with #084490

Text Example


Text Example

White with #084490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084490; }

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

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

background-color css

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

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

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

border-color css

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

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

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