Html Css Color HEX #083C88 Dark Cerulean

📋 copy color: '#083C88'

red 8 ◦ green 60 ◦ blue 136

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

Shades of Dark Cerulean #083C88

Tints of Dark Cerulean #083C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 66.67%

R = 3.92%
G = 29.41%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083C88 (or 0x083C88) is known color: Dark Cerulean. HEX triplet: 08, 3C and 88. RGB value is (8,60,136). Sum of RGB (Red+Green+Blue) = 8+60+136=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #083C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C88 is #F7C377. Grayscale: #343434. Windows color (decimal): -16237432 or 8928264. OLE color: 8928264.

HSL color Cylindrical-coordinate representation of color #083C88: hue angle of 215.62º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083C88 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 60 136 -
CMYK 0.94 0.56 0 0.47
HSL 215.63º 0.89% 0.28% -
HSV(B) 215.63º 0.94% 0.53% -
XYZ 6.16 5.06 23.94 -
YUV 53.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 8 60 136 0.94 0.56 0 0.47 215.63 0.89 0.28
Hex 8 3C 88 5E 38 0 2F D8 59 1C
Octal 10 74 210 136 70 0 57 330 131 34
Binary 1000 111100 10001000 1011110 111000 0 101111 11011000 1011001 11100

Color Harmonies of #083C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C88

Black with #083C88

Text Example


Text Example

White with #083C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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