Html Css Color HEX #081870 Sapphire

📋 copy color: '#081870'

red 8 ◦ green 24 ◦ blue 112

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

Shades of Sapphire #081870

Tints of Sapphire #081870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 5.56%
G = 16.67%
B = 77.78%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#081870 (or 0x081870) is known color: Sapphire. HEX triplet: 08, 18 and 70. RGB value is (8,24,112). Sum of RGB (Red+Green+Blue) = 8+24+112=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #081870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081870 is #F7E78F. Grayscale: #1C1C1C. Windows color (decimal): -16246672 or 7346184. OLE color: 7346184.

HSL color Cylindrical-coordinate representation of color #081870: hue angle of 230.77º 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 #081870 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 24 112 -
CMYK 0.93 0.79 0 0.56
HSL 230.77º 0.87% 0.24% -
HSV(B) 230.77º 0.93% 0.44% -
XYZ 3.35 1.87 15.51 -
YUV 29.25 174.7 112.84 -
System Red Green Blue C M Y K H S L
Decimal 8 24 112 0.93 0.79 0 0.56 230.77 0.87 0.24
Hex 8 18 70 5D 4F 0 38 E7 57 18
Octal 10 30 160 135 117 0 70 347 127 30
Binary 1000 11000 1110000 1011101 1001111 0 111000 11100111 1010111 11000

Color Harmonies of #081870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081870

Black with #081870

Text Example


Text Example

White with #081870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081870; }

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

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

background-color css

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

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

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

border-color css

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

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

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