Html Css Color HEX #083C76 Dark Cerulean

📋 copy color: '#083C76'

red 8 ◦ green 60 ◦ blue 118

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

Shades of Dark Cerulean #083C76

Tints of Dark Cerulean #083C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.26%

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

R = 4.3%
G = 32.26%
B = 63.44%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083C76 (or 0x083C76) is known color: Dark Cerulean. HEX triplet: 08, 3C and 76. RGB value is (8,60,118). Sum of RGB (Red+Green+Blue) = 8+60+118=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #083C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C76 is #F7C389. Grayscale: #323232. Windows color (decimal): -16237450 or 7748616. OLE color: 7748616.

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

Color convert

RGB 8 60 118 -
CMYK 0.93 0.49 0 0.54
HSL 211.64º 0.87% 0.25% -
HSV(B) 211.64º 0.93% 0.46% -
XYZ 4.99 4.59 17.76 -
YUV 51.06 165.77 97.28 -
System Red Green Blue C M Y K H S L
Decimal 8 60 118 0.93 0.49 0 0.54 211.64 0.87 0.25
Hex 8 3C 76 5D 31 0 36 D4 57 19
Octal 10 74 166 135 61 0 66 324 127 31
Binary 1000 111100 1110110 1011101 110001 0 110110 11010100 1010111 11001

Color Harmonies of #083C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C76

Black with #083C76

Text Example


Text Example

White with #083C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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