Html Css Color HEX #084F7C Dark Cerulean

📋 copy color: '#084F7C'

red 8 ◦ green 79 ◦ blue 124

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

Shades of Dark Cerulean #084F7C

Tints of Dark Cerulean #084F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.44%

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 3.79%
G = 37.44%
B = 58.77%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#084F7C (or 0x084F7C) is known color: Dark Cerulean. HEX triplet: 08, 4F and 7C. RGB value is (8,79,124). Sum of RGB (Red+Green+Blue) = 8+79+124=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #084F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084F7C is #F7B083. Grayscale: #3E3E3E. Windows color (decimal): -16232580 or 8146696. OLE color: 8146696.

HSL color Cylindrical-coordinate representation of color #084F7C: hue angle of 203.28º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084F7C is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 79 124 -
CMYK 0.94 0.36 0 0.51
HSL 203.28º 0.88% 0.26% -
HSV(B) 203.28º 0.94% 0.49% -
XYZ 6.53 7.1 20.09 -
YUV 62.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 8 79 124 0.94 0.36 0 0.51 203.28 0.88 0.26
Hex 8 4F 7C 5E 24 0 33 CB 58 1A
Octal 10 117 174 136 44 0 63 313 130 32
Binary 1000 1001111 1111100 1011110 100100 0 110011 11001011 1011000 11010

Color Harmonies of #084F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F7C

Black with #084F7C

Text Example


Text Example

White with #084F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084F7C; }

 p { color: rgb(8,79,124); }

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

background-color css

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

 a { background-color: rgb(8,79,124); }

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

border-color css

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

 span { border-color: rgb(8,79,124); }

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