Html Css Color HEX #083975 Dark Cerulean

📋 copy color: '#083975'

red 8 ◦ green 57 ◦ blue 117

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

Shades of Dark Cerulean #083975

Tints of Dark Cerulean #083975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.32%

 BLUE value IS 117 (46.09% from 255) = 64.29%

R = 4.4%
G = 31.32%
B = 64.29%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083975 (or 0x083975) is known color: Dark Cerulean. HEX triplet: 08, 39 and 75. RGB value is (8,57,117). Sum of RGB (Red+Green+Blue) = 8+57+117=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #083975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083975 is #F7C68A. Grayscale: #303030. Windows color (decimal): -16238219 or 7682312. OLE color: 7682312.

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

Color convert

RGB 8 57 117 -
CMYK 0.93 0.51 0 0.54
HSL 213.03º 0.87% 0.25% -
HSV(B) 213.03º 0.93% 0.46% -
XYZ 4.77 4.26 17.4 -
YUV 49.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 8 57 117 0.93 0.51 0 0.54 213.03 0.87 0.25
Hex 8 39 75 5D 33 0 36 D5 57 19
Octal 10 71 165 135 63 0 66 325 127 31
Binary 1000 111001 1110101 1011101 110011 0 110110 11010101 1010111 11001

Color Harmonies of #083975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083975

Black with #083975

Text Example


Text Example

White with #083975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083975; }

 p { color: rgb(8,57,117); }

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

background-color css

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

 a { background-color: rgb(8,57,117); }

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

border-color css

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

 span { border-color: rgb(8,57,117); }

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