Html Css Color HEX #083D76 Dark Cerulean

📋 copy color: '#083D76'

red 8 ◦ green 61 ◦ blue 118

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

Shades of Dark Cerulean #083D76

Tints of Dark Cerulean #083D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

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

R = 4.28%
G = 32.62%
B = 63.1%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083D76 (or 0x083D76) is known color: Dark Cerulean. HEX triplet: 08, 3D and 76. RGB value is (8,61,118). Sum of RGB (Red+Green+Blue) = 8+61+118=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #083D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D76 is #F7C289. Grayscale: #333333. Windows color (decimal): -16237194 or 7748872. OLE color: 7748872.

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

Color convert

RGB 8 61 118 -
CMYK 0.93 0.48 0 0.54
HSL 211.09º 0.87% 0.25% -
HSV(B) 211.09º 0.93% 0.46% -
XYZ 5.04 4.7 17.78 -
YUV 51.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 8 61 118 0.93 0.48 0 0.54 211.09 0.87 0.25
Hex 8 3D 76 5D 30 0 36 D3 57 19
Octal 10 75 166 135 60 0 66 323 127 31
Binary 1000 111101 1110110 1011101 110000 0 110110 11010011 1010111 11001

Color Harmonies of #083D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D76

Black with #083D76

Text Example


Text Example

White with #083D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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