Html Css Color HEX #084271 Dark Cerulean

📋 copy color: '#084271'

red 8 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #084271

Tints of Dark Cerulean #084271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 4.28%
G = 35.29%
B = 60.43%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084271 (or 0x084271) is known color: Dark Cerulean. HEX triplet: 08, 42 and 71. RGB value is (8,66,113). Sum of RGB (Red+Green+Blue) = 8+66+113=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #084271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084271 is #F7BD8E. Grayscale: #353535. Windows color (decimal): -16235919 or 7422472. OLE color: 7422472.

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

Color convert

RGB 8 66 113 -
CMYK 0.93 0.42 0 0.56
HSL 206.86º 0.87% 0.24% -
HSV(B) 206.86º 0.93% 0.44% -
XYZ 5.03 5.14 16.35 -
YUV 54.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 8 66 113 0.93 0.42 0 0.56 206.86 0.87 0.24
Hex 8 42 71 5D 2A 0 38 CF 57 18
Octal 10 102 161 135 52 0 70 317 127 30
Binary 1000 1000010 1110001 1011101 101010 0 111000 11001111 1010111 11000

Color Harmonies of #084271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084271

Black with #084271

Text Example


Text Example

White with #084271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084271; }

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

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

background-color css

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

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

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

border-color css

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

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

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