Html Css Color HEX #084472 Dark Cerulean

📋 copy color: '#084472'

red 8 ◦ green 68 ◦ blue 114

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

Shades of Dark Cerulean #084472

Tints of Dark Cerulean #084472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60%

R = 4.21%
G = 35.79%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#084472 (or 0x084472) is known color: Dark Cerulean. HEX triplet: 08, 44 and 72. RGB value is (8,68,114). Sum of RGB (Red+Green+Blue) = 8+68+114=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #084472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084472 is #F7BB8D. Grayscale: #373737. Windows color (decimal): -16235406 or 7488520. OLE color: 7488520.

HSL color Cylindrical-coordinate representation of color #084472: hue angle of 206.04º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084472 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 68 114 -
CMYK 0.93 0.40 0 0.55
HSL 206.04º 0.87% 0.24% -
HSV(B) 206.04º 0.93% 0.45% -
XYZ 5.2 5.4 16.69 -
YUV 55.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 8 68 114 0.93 0.40 0 0.55 206.04 0.87 0.24
Hex 8 44 72 5D 28 0 37 CE 57 18
Octal 10 104 162 135 50 0 67 316 127 30
Binary 1000 1000100 1110010 1011101 101000 0 110111 11001110 1010111 11000

Color Harmonies of #084472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084472

Black with #084472

Text Example


Text Example

White with #084472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084472; }

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

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

background-color css

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

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

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

border-color css

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

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

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