Html Css Color HEX #084690 Dark Cerulean

📋 copy color: '#084690'

red 8 ◦ green 70 ◦ blue 144

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

Shades of Dark Cerulean #084690

Tints of Dark Cerulean #084690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 3.6%
G = 31.53%
B = 64.86%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#084690 (or 0x084690) is known color: Dark Cerulean. HEX triplet: 08, 46 and 90. RGB value is (8,70,144). Sum of RGB (Red+Green+Blue) = 8+70+144=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #084690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084690 is #F7B96F. Grayscale: #3B3B3B. Windows color (decimal): -16234864 or 9455112. OLE color: 9455112.

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

Color convert

RGB 8 70 144 -
CMYK 0.94 0.51 0 0.44
HSL 212.65º 0.89% 0.3% -
HSV(B) 212.65º 0.94% 0.56% -
XYZ 7.32 6.45 27.24 -
YUV 59.9 175.46 90.98 -
System Red Green Blue C M Y K H S L
Decimal 8 70 144 0.94 0.51 0 0.44 212.65 0.89 0.3
Hex 8 46 90 5E 33 0 2C D5 59 1E
Octal 10 106 220 136 63 0 54 325 131 36
Binary 1000 1000110 10010000 1011110 110011 0 101100 11010101 1011001 11110

Color Harmonies of #084690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084690

Black with #084690

Text Example


Text Example

White with #084690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084690; }

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

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

background-color css

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

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

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

border-color css

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

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

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