Html Css Color HEX #011F73 Sapphire

📋 copy color: '#011F73'

red 1 ◦ green 31 ◦ blue 115

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

Shades of Sapphire #011F73

Tints of Sapphire #011F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 78.23%

R = 0.68%
G = 21.09%
B = 78.23%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011F73 (or 0x011F73) is known color: Sapphire. HEX triplet: 01, 1F and 73. RGB value is (1,31,115). Sum of RGB (Red+Green+Blue) = 1+31+115=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #011F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F73 is #FEE08C. Grayscale: #1F1F1F. Windows color (decimal): -16703629 or 7544577. OLE color: 7544577.

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

Color convert

RGB 1 31 115 -
CMYK 0.99 0.73 0 0.55
HSL 224.21º 0.98% 0.23% -
HSV(B) 224.21º 0.99% 0.45% -
XYZ 3.6 2.22 16.46 -
YUV 31.61 175.06 106.17 -
System Red Green Blue C M Y K H S L
Decimal 1 31 115 0.99 0.73 0 0.55 224.21 0.98 0.23
Hex 1 1F 73 63 49 0 37 E0 62 17
Octal 1 37 163 143 111 0 67 340 142 27
Binary 1 11111 1110011 1100011 1001001 0 110111 11100000 1100010 10111

Color Harmonies of #011F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F73

Black with #011F73

Text Example


Text Example

White with #011F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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