Html Css Color HEX #083875 Dark Cerulean

📋 copy color: '#083875'

red 8 ◦ green 56 ◦ blue 117

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

Shades of Dark Cerulean #083875

Tints of Dark Cerulean #083875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

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

R = 4.42%
G = 30.94%
B = 64.64%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083875 (or 0x083875) is known color: Dark Cerulean. HEX triplet: 08, 38 and 75. RGB value is (8,56,117). Sum of RGB (Red+Green+Blue) = 8+56+117=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #083875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083875 is #F7C78A. Grayscale: #303030. Windows color (decimal): -16238475 or 7682056. OLE color: 7682056.

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

Color convert

RGB 8 56 117 -
CMYK 0.93 0.52 0 0.54
HSL 213.58º 0.87% 0.25% -
HSV(B) 213.58º 0.93% 0.46% -
XYZ 4.73 4.16 17.38 -
YUV 48.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 8 56 117 0.93 0.52 0 0.54 213.58 0.87 0.25
Hex 8 38 75 5D 34 0 36 D6 57 19
Octal 10 70 165 135 64 0 66 326 127 31
Binary 1000 111000 1110101 1011101 110100 0 110110 11010110 1010111 11001

Color Harmonies of #083875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083875

Black with #083875

Text Example


Text Example

White with #083875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083875; }

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

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

background-color css

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

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

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

border-color css

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

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

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