Html Css Color HEX #083B73 Dark Cerulean

📋 copy color: '#083B73'

red 8 ◦ green 59 ◦ blue 115

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

Shades of Dark Cerulean #083B73

Tints of Dark Cerulean #083B73

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 4.4%
G = 32.42%
B = 63.19%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083B73 (or 0x083B73) is known color: Dark Cerulean. HEX triplet: 08, 3B and 73. RGB value is (8,59,115). Sum of RGB (Red+Green+Blue) = 8+59+115=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #083B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B73 is #F7C48C. Grayscale: #313131. Windows color (decimal): -16237709 or 7551752. OLE color: 7551752.

HSL color Cylindrical-coordinate representation of color #083B73: hue angle of 211.4º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083B73 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 59 115 -
CMYK 0.93 0.49 0 0.55
HSL 211.4º 0.87% 0.24% -
HSV(B) 211.4º 0.93% 0.45% -
XYZ 4.76 4.42 16.82 -
YUV 50.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 8 59 115 0.93 0.49 0 0.55 211.4 0.87 0.24
Hex 8 3B 73 5D 31 0 37 D3 57 18
Octal 10 73 163 135 61 0 67 323 127 30
Binary 1000 111011 1110011 1011101 110001 0 110111 11010011 1010111 11000

Color Harmonies of #083B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B73

Black with #083B73

Text Example


Text Example

White with #083B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,59,115); }

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

background-color css

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

 a { background-color: rgb(8,59,115); }

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

border-color css

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

 span { border-color: rgb(8,59,115); }

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