Html Css Color HEX #083F77 Dark Cerulean

📋 copy color: '#083F77'

red 8 ◦ green 63 ◦ blue 119

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

Shades of Dark Cerulean #083F77

Tints of Dark Cerulean #083F77

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

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

R = 4.21%
G = 33.16%
B = 62.63%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#083F77 (or 0x083F77) is known color: Dark Cerulean. HEX triplet: 08, 3F and 77. RGB value is (8,63,119). Sum of RGB (Red+Green+Blue) = 8+63+119=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #083F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F77 is #F7C088. Grayscale: #343434. Windows color (decimal): -16236681 or 7814920. OLE color: 7814920.

HSL color Cylindrical-coordinate representation of color #083F77: hue angle of 210.27º 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 #083F77 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 63 119 -
CMYK 0.93 0.47 0 0.53
HSL 210.27º 0.87% 0.25% -
HSV(B) 210.27º 0.93% 0.47% -
XYZ 5.21 4.94 18.13 -
YUV 52.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 8 63 119 0.93 0.47 0 0.53 210.27 0.87 0.25
Hex 8 3F 77 5D 2F 0 35 D2 57 19
Octal 10 77 167 135 57 0 65 322 127 31
Binary 1000 111111 1110111 1011101 101111 0 110101 11010010 1010111 11001

Color Harmonies of #083F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F77

Black with #083F77

Text Example


Text Example

White with #083F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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