Html Css Color HEX #083F89 Dark Cerulean

📋 copy color: '#083F89'

red 8 ◦ green 63 ◦ blue 137

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

Shades of Dark Cerulean #083F89

Tints of Dark Cerulean #083F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 65.87%

R = 3.85%
G = 30.29%
B = 65.87%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#083F89 (or 0x083F89) is known color: Dark Cerulean. HEX triplet: 08, 3F and 89. RGB value is (8,63,137). Sum of RGB (Red+Green+Blue) = 8+63+137=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #083F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F89 is #F7C076. Grayscale: #363636. Windows color (decimal): -16236663 or 8994568. OLE color: 8994568.

HSL color Cylindrical-coordinate representation of color #083F89: hue angle of 214.42º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083F89 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 63 137 -
CMYK 0.94 0.54 0 0.46
HSL 214.42º 0.89% 0.28% -
HSV(B) 214.42º 0.94% 0.54% -
XYZ 6.39 5.41 24.37 -
YUV 54.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 8 63 137 0.94 0.54 0 0.46 214.42 0.89 0.28
Hex 8 3F 89 5E 36 0 2E D6 59 1C
Octal 10 77 211 136 66 0 56 326 131 34
Binary 1000 111111 10001001 1011110 110110 0 101110 11010110 1011001 11100

Color Harmonies of #083F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F89

Black with #083F89

Text Example


Text Example

White with #083F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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