Html Css Color HEX #083F74 Dark Cerulean

📋 copy color: '#083F74'

red 8 ◦ green 63 ◦ blue 116

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

Shades of Dark Cerulean #083F74

Tints of Dark Cerulean #083F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.03%

R = 4.28%
G = 33.69%
B = 62.03%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083F74 (or 0x083F74) is known color: Dark Cerulean. HEX triplet: 08, 3F and 74. RGB value is (8,63,116). Sum of RGB (Red+Green+Blue) = 8+63+116=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #083F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F74 is #F7C08B. Grayscale: #343434. Windows color (decimal): -16236684 or 7618312. OLE color: 7618312.

HSL color Cylindrical-coordinate representation of color #083F74: hue angle of 209.44º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083F74 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 63 116 -
CMYK 0.93 0.46 0 0.55
HSL 209.44º 0.87% 0.24% -
HSV(B) 209.44º 0.93% 0.45% -
XYZ 5.03 4.87 17.2 -
YUV 52.6 163.78 96.19 -
System Red Green Blue C M Y K H S L
Decimal 8 63 116 0.93 0.46 0 0.55 209.44 0.87 0.24
Hex 8 3F 74 5D 2E 0 37 D1 57 18
Octal 10 77 164 135 56 0 67 321 127 30
Binary 1000 111111 1110100 1011101 101110 0 110111 11010001 1010111 11000

Color Harmonies of #083F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F74

Black with #083F74

Text Example


Text Example

White with #083F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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