Html Css Color HEX #084290 Dark Cerulean

📋 copy color: '#084290'

red 8 ◦ green 66 ◦ blue 144

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

Shades of Dark Cerulean #084290

Tints of Dark Cerulean #084290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 3.67%
G = 30.28%
B = 66.06%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#084290 (or 0x084290) is known color: Dark Cerulean. HEX triplet: 08, 42 and 90. RGB value is (8,66,144). Sum of RGB (Red+Green+Blue) = 8+66+144=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #084290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084290 is #F7BD6F. Grayscale: #393939. Windows color (decimal): -16235888 or 9454088. OLE color: 9454088.

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

Color convert

RGB 8 66 144 -
CMYK 0.94 0.54 0 0.44
HSL 214.41º 0.89% 0.3% -
HSV(B) 214.41º 0.94% 0.56% -
XYZ 7.08 5.96 27.16 -
YUV 57.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 8 66 144 0.94 0.54 0 0.44 214.41 0.89 0.3
Hex 8 42 90 5E 36 0 2C D6 59 1E
Octal 10 102 220 136 66 0 54 326 131 36
Binary 1000 1000010 10010000 1011110 110110 0 101100 11010110 1011001 11110

Color Harmonies of #084290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084290

Black with #084290

Text Example


Text Example

White with #084290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084290; }

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

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

background-color css

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

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

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

border-color css

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

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

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