Html Css Color HEX #081970 Sapphire

📋 copy color: '#081970'

red 8 ◦ green 25 ◦ blue 112

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

Shades of Sapphire #081970

Tints of Sapphire #081970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 112 (44.14% from 255) = 77.24%

R = 5.52%
G = 17.24%
B = 77.24%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#081970 (or 0x081970) is known color: Sapphire. HEX triplet: 08, 19 and 70. RGB value is (8,25,112). Sum of RGB (Red+Green+Blue) = 8+25+112=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #081970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081970 is #F7E68F. Grayscale: #1D1D1D. Windows color (decimal): -16246416 or 7346440. OLE color: 7346440.

HSL color Cylindrical-coordinate representation of color #081970: hue angle of 230.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081970 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 25 112 -
CMYK 0.93 0.78 0 0.56
HSL 230.19º 0.87% 0.24% -
HSV(B) 230.19º 0.93% 0.44% -
XYZ 3.37 1.92 15.52 -
YUV 29.84 174.37 112.43 -
System Red Green Blue C M Y K H S L
Decimal 8 25 112 0.93 0.78 0 0.56 230.19 0.87 0.24
Hex 8 19 70 5D 4E 0 38 E6 57 18
Octal 10 31 160 135 116 0 70 346 127 30
Binary 1000 11001 1110000 1011101 1001110 0 111000 11100110 1010111 11000

Color Harmonies of #081970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081970

Black with #081970

Text Example


Text Example

White with #081970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081970; }

 p { color: rgb(8,25,112); }

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

background-color css

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

 a { background-color: rgb(8,25,112); }

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

border-color css

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

 span { border-color: rgb(8,25,112); }

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