Html Css Color HEX #083E76 Dark Cerulean

📋 copy color: '#083E76'

red 8 ◦ green 62 ◦ blue 118

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

Shades of Dark Cerulean #083E76

Tints of Dark Cerulean #083E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.98%

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 4.26%
G = 32.98%
B = 62.77%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083E76 (or 0x083E76) is known color: Dark Cerulean. HEX triplet: 08, 3E and 76. RGB value is (8,62,118). Sum of RGB (Red+Green+Blue) = 8+62+118=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #083E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E76 is #F7C189. Grayscale: #333333. Windows color (decimal): -16236938 or 7749128. OLE color: 7749128.

HSL color Cylindrical-coordinate representation of color #083E76: hue angle of 210.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083E76 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 62 118 -
CMYK 0.93 0.47 0 0.54
HSL 210.55º 0.87% 0.25% -
HSV(B) 210.55º 0.93% 0.46% -
XYZ 5.09 4.8 17.8 -
YUV 52.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 8 62 118 0.93 0.47 0 0.54 210.55 0.87 0.25
Hex 8 3E 76 5D 2F 0 36 D3 57 19
Octal 10 76 166 135 57 0 66 323 127 31
Binary 1000 111110 1110110 1011101 101111 0 110110 11010011 1010111 11001

Color Harmonies of #083E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E76

Black with #083E76

Text Example


Text Example

White with #083E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083E76; }

 p { color: rgb(8,62,118); }

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

background-color css

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

 a { background-color: rgb(8,62,118); }

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

border-color css

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

 span { border-color: rgb(8,62,118); }

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