Html Css Color HEX #081D70 Sapphire

📋 copy color: '#081D70'

red 8 ◦ green 29 ◦ blue 112

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

Shades of Sapphire #081D70

Tints of Sapphire #081D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

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

R = 5.37%
G = 19.46%
B = 75.17%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#081D70 (or 0x081D70) is known color: Sapphire. HEX triplet: 08, 1D and 70. RGB value is (8,29,112). Sum of RGB (Red+Green+Blue) = 8+29+112=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #081D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D70 is #F7E28F. Grayscale: #1F1F1F. Windows color (decimal): -16245392 or 7347464. OLE color: 7347464.

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

Color convert

RGB 8 29 112 -
CMYK 0.93 0.74 0 0.56
HSL 227.88º 0.87% 0.24% -
HSV(B) 227.88º 0.93% 0.44% -
XYZ 3.46 2.1 15.55 -
YUV 32.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 8 29 112 0.93 0.74 0 0.56 227.88 0.87 0.24
Hex 8 1D 70 5D 4A 0 38 E4 57 18
Octal 10 35 160 135 112 0 70 344 127 30
Binary 1000 11101 1110000 1011101 1001010 0 111000 11100100 1010111 11000

Color Harmonies of #081D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D70

Black with #081D70

Text Example


Text Example

White with #081D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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