Html Css Color HEX #083E70 Dark Cerulean

📋 copy color: '#083E70'

red 8 ◦ green 62 ◦ blue 112

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

Shades of Dark Cerulean #083E70

Tints of Dark Cerulean #083E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

 BLUE value IS 112 (44.14% from 255) = 61.54%

R = 4.4%
G = 34.07%
B = 61.54%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083E70 (or 0x083E70) is known color: Dark Cerulean. HEX triplet: 08, 3E and 70. RGB value is (8,62,112). Sum of RGB (Red+Green+Blue) = 8+62+112=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #083E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E70 is #F7C18F. Grayscale: #333333. Windows color (decimal): -16236944 or 7355912. OLE color: 7355912.

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

Color convert

RGB 8 62 112 -
CMYK 0.93 0.45 0 0.56
HSL 208.85º 0.87% 0.24% -
HSV(B) 208.85º 0.93% 0.44% -
XYZ 4.75 4.67 15.98 -
YUV 51.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 8 62 112 0.93 0.45 0 0.56 208.85 0.87 0.24
Hex 8 3E 70 5D 2D 0 38 D1 57 18
Octal 10 76 160 135 55 0 70 321 127 30
Binary 1000 111110 1110000 1011101 101101 0 111000 11010001 1010111 11000

Color Harmonies of #083E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E70

Black with #083E70

Text Example


Text Example

White with #083E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,62,112); }

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

background-color css

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

 a { background-color: rgb(8,62,112); }

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

border-color css

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

 span { border-color: rgb(8,62,112); }

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