Html Css Color HEX #084E7F Dark Cerulean

📋 copy color: '#084E7F'

red 8 ◦ green 78 ◦ blue 127

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

Shades of Dark Cerulean #084E7F

Tints of Dark Cerulean #084E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.62%

 BLUE value IS 127 (50% from 255) = 59.62%

R = 3.76%
G = 36.62%
B = 59.62%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#084E7F (or 0x084E7F) is known color: Dark Cerulean. HEX triplet: 08, 4E and 7F. RGB value is (8,78,127). Sum of RGB (Red+Green+Blue) = 8+78+127=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #084E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E7F is #F7B180. Grayscale: #3E3E3E. Windows color (decimal): -16232833 or 8343048. OLE color: 8343048.

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

Color convert

RGB 8 78 127 -
CMYK 0.94 0.39 0 0.50
HSL 204.71º 0.88% 0.26% -
HSV(B) 204.71º 0.94% 0.5% -
XYZ 6.66 7.03 21.09 -
YUV 62.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 8 78 127 0.94 0.39 0 0.50 204.71 0.88 0.26
Hex 8 4E 7F 5E 27 0 32 CD 58 1A
Octal 10 116 177 136 47 0 62 315 130 32
Binary 1000 1001110 1111111 1011110 100111 0 110010 11001101 1011000 11010

Color Harmonies of #084E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E7F

Black with #084E7F

Text Example


Text Example

White with #084E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,78,127); }

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

background-color css

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

 a { background-color: rgb(8,78,127); }

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

border-color css

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

 span { border-color: rgb(8,78,127); }

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