Html Css Color HEX #083C78 Dark Cerulean

📋 copy color: '#083C78'

red 8 ◦ green 60 ◦ blue 120

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

Shades of Dark Cerulean #083C78

Tints of Dark Cerulean #083C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.83%

R = 4.26%
G = 31.91%
B = 63.83%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#083C78 (or 0x083C78) is known color: Dark Cerulean. HEX triplet: 08, 3C and 78. RGB value is (8,60,120). Sum of RGB (Red+Green+Blue) = 8+60+120=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #083C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C78 is #F7C387. Grayscale: #333333. Windows color (decimal): -16237448 or 7879688. OLE color: 7879688.

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

Color convert

RGB 8 60 120 -
CMYK 0.93 0.5 0 0.53
HSL 212.14º 0.88% 0.25% -
HSV(B) 212.14º 0.93% 0.47% -
XYZ 5.11 4.64 18.4 -
YUV 51.29 166.77 97.12 -
System Red Green Blue C M Y K H S L
Decimal 8 60 120 0.93 0.5 0 0.53 212.14 0.88 0.25
Hex 8 3C 78 5D 32 0 35 D4 58 19
Octal 10 74 170 135 62 0 65 324 130 31
Binary 1000 111100 1111000 1011101 110010 0 110101 11010100 1011000 11001

Color Harmonies of #083C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C78

Black with #083C78

Text Example


Text Example

White with #083C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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