Html Css Color HEX #083577 Dark Cerulean

📋 copy color: '#083577'

red 8 ◦ green 53 ◦ blue 119

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

Shades of Dark Cerulean #083577

Tints of Dark Cerulean #083577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.44%

 BLUE value IS 119 (46.88% from 255) = 66.11%

R = 4.44%
G = 29.44%
B = 66.11%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#083577 (or 0x083577) is known color: Dark Cerulean. HEX triplet: 08, 35 and 77. RGB value is (8,53,119). Sum of RGB (Red+Green+Blue) = 8+53+119=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #083577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083577 is #F7CA88. Grayscale: #2E2E2E. Windows color (decimal): -16239241 or 7812360. OLE color: 7812360.

HSL color Cylindrical-coordinate representation of color #083577: hue angle of 215.68º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083577 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 53 119 -
CMYK 0.93 0.55 0 0.53
HSL 215.68º 0.87% 0.25% -
HSV(B) 215.68º 0.93% 0.47% -
XYZ 4.7 3.93 17.96 -
YUV 47.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 8 53 119 0.93 0.55 0 0.53 215.68 0.87 0.25
Hex 8 35 77 5D 37 0 35 D8 57 19
Octal 10 65 167 135 67 0 65 330 127 31
Binary 1000 110101 1110111 1011101 110111 0 110101 11011000 1010111 11001

Color Harmonies of #083577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083577

Black with #083577

Text Example


Text Example

White with #083577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083577; }

 p { color: rgb(8,53,119); }

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

background-color css

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

 a { background-color: rgb(8,53,119); }

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

border-color css

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

 span { border-color: rgb(8,53,119); }

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