Html Css Color HEX #084285 Dark Cerulean

📋 copy color: '#084285'

red 8 ◦ green 66 ◦ blue 133

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

Shades of Dark Cerulean #084285

Tints of Dark Cerulean #084285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.25%

R = 3.86%
G = 31.88%
B = 64.25%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#084285 (or 0x084285) is known color: Dark Cerulean. HEX triplet: 08, 42 and 85. RGB value is (8,66,133). Sum of RGB (Red+Green+Blue) = 8+66+133=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #084285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084285 is #F7BD7A. Grayscale: #373737. Windows color (decimal): -16235899 or 8733192. OLE color: 8733192.

HSL color Cylindrical-coordinate representation of color #084285: hue angle of 212.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084285 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 66 133 -
CMYK 0.94 0.50 0 0.48
HSL 212.16º 0.89% 0.28% -
HSV(B) 212.16º 0.94% 0.52% -
XYZ 6.28 5.64 22.95 -
YUV 56.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 8 66 133 0.94 0.50 0 0.48 212.16 0.89 0.28
Hex 8 42 85 5E 32 0 30 D4 59 1C
Octal 10 102 205 136 62 0 60 324 131 34
Binary 1000 1000010 10000101 1011110 110010 0 110000 11010100 1011001 11100

Color Harmonies of #084285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084285

Black with #084285

Text Example


Text Example

White with #084285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084285; }

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

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

background-color css

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

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

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

border-color css

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

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

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