Html Css Color HEX #081C71 Sapphire

📋 copy color: '#081C71'

red 8 ◦ green 28 ◦ blue 113

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

Shades of Sapphire #081C71

Tints of Sapphire #081C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

 BLUE value IS 113 (44.53% from 255) = 75.84%

R = 5.37%
G = 18.79%
B = 75.84%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#081C71 (or 0x081C71) is known color: Sapphire. HEX triplet: 08, 1C and 71. RGB value is (8,28,113). Sum of RGB (Red+Green+Blue) = 8+28+113=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #081C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C71 is #F7E38E. Grayscale: #1F1F1F. Windows color (decimal): -16245647 or 7412744. OLE color: 7412744.

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

Color convert

RGB 8 28 113 -
CMYK 0.93 0.75 0 0.56
HSL 228.57º 0.87% 0.24% -
HSV(B) 228.57º 0.93% 0.44% -
XYZ 3.5 2.07 15.84 -
YUV 31.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 8 28 113 0.93 0.75 0 0.56 228.57 0.87 0.24
Hex 8 1C 71 5D 4B 0 38 E5 57 18
Octal 10 34 161 135 113 0 70 345 127 30
Binary 1000 11100 1110001 1011101 1001011 0 111000 11100101 1010111 11000

Color Harmonies of #081C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C71

Black with #081C71

Text Example


Text Example

White with #081C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,28,113); }

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

background-color css

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

 a { background-color: rgb(8,28,113); }

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

border-color css

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

 span { border-color: rgb(8,28,113); }

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