Html Css Color HEX #083F76 Dark Cerulean

📋 copy color: '#083F76'

red 8 ◦ green 63 ◦ blue 118

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

Shades of Dark Cerulean #083F76

Tints of Dark Cerulean #083F76

RGB

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

 GREEN value IS 63 (25% from 255) = 33.33%

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

R = 4.23%
G = 33.33%
B = 62.43%

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

#083F76 (or 0x083F76) is known color: Dark Cerulean. HEX triplet: 08, 3F and 76. RGB value is (8,63,118). Sum of RGB (Red+Green+Blue) = 8+63+118=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #083F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F76 is #F7C089. Grayscale: #343434. Windows color (decimal): -16236682 or 7749384. OLE color: 7749384.

HSL color Cylindrical-coordinate representation of color #083F76: hue angle of 210º 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 #083F76 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 63 118 -
CMYK 0.93 0.47 0 0.54
HSL 210º 0.87% 0.25% -
HSV(B) 210º 0.93% 0.46% -
XYZ 5.15 4.91 17.82 -
YUV 52.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 8 63 118 0.93 0.47 0 0.54 210 0.87 0.25
Hex 8 3F 76 5D 2F 0 36 D2 57 19
Octal 10 77 166 135 57 0 66 322 127 31
Binary 1000 111111 1110110 1011101 101111 0 110110 11010010 1010111 11001

Color Harmonies of #083F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F76

Black with #083F76

Text Example


Text Example

White with #083F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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