Html Css Color HEX #084966 Dark Cerulean

📋 copy color: '#084966'

red 8 ◦ green 73 ◦ blue 102

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

Shades of Dark Cerulean #084966

Tints of Dark Cerulean #084966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 102 (40.23% from 255) = 55.74%

R = 4.37%
G = 39.89%
B = 55.74%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#084966 (or 0x084966) is known color: Dark Cerulean. HEX triplet: 08, 49 and 66. RGB value is (8,73,102). Sum of RGB (Red+Green+Blue) = 8+73+102=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #084966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084966 is #F7B699. Grayscale: #383838. Windows color (decimal): -16234138 or 6703368. OLE color: 6703368.

HSL color Cylindrical-coordinate representation of color #084966: hue angle of 198.51º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084966 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 73 102 -
CMYK 0.92 0.28 0 0.6
HSL 198.51º 0.85% 0.22% -
HSV(B) 198.51º 0.92% 0.4% -
XYZ 4.88 5.78 13.43 -
YUV 56.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 8 73 102 0.92 0.28 0 0.6 198.51 0.85 0.22
Hex 8 49 66 5C 1C 0 3C C7 55 16
Octal 10 111 146 134 34 0 74 307 125 26
Binary 1000 1001001 1100110 1011100 11100 0 111100 11000111 1010101 10110

Color Harmonies of #084966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084966

Black with #084966

Text Example


Text Example

White with #084966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084966; }

 p { color: rgb(8,73,102); }

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

background-color css

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

 a { background-color: rgb(8,73,102); }

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

border-color css

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

 span { border-color: rgb(8,73,102); }

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