Html Css Color HEX #011F71 Sapphire

📋 copy color: '#011F71'

red 1 ◦ green 31 ◦ blue 113

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

Shades of Sapphire #011F71

Tints of Sapphire #011F71

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

 GREEN value IS 31 (12.5% from 255) = 21.38%

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

R = 0.69%
G = 21.38%
B = 77.93%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011F71 (or 0x011F71) is known color: Sapphire. HEX triplet: 01, 1F and 71. RGB value is (1,31,113). Sum of RGB (Red+Green+Blue) = 1+31+113=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #011F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F71 is #FEE08E. Grayscale: #1F1F1F. Windows color (decimal): -16703631 or 7413505. OLE color: 7413505.

HSL color Cylindrical-coordinate representation of color #011F71: hue angle of 223.93º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F71 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 31 113 -
CMYK 0.99 0.73 0 0.56
HSL 223.93º 0.98% 0.22% -
HSV(B) 223.93º 0.99% 0.44% -
XYZ 3.48 2.18 15.86 -
YUV 31.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 1 31 113 0.99 0.73 0 0.56 223.93 0.98 0.22
Hex 1 1F 71 63 49 0 38 E0 62 16
Octal 1 37 161 143 111 0 70 340 142 26
Binary 1 11111 1110001 1100011 1001001 0 111000 11100000 1100010 10110

Color Harmonies of #011F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F71

Black with #011F71

Text Example


Text Example

White with #011F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011F71; }

 p { color: rgb(1,31,113); }

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

background-color css

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

 a { background-color: rgb(1,31,113); }

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

border-color css

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

 span { border-color: rgb(1,31,113); }

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