Html Css Color HEX #011671 Sapphire

📋 copy color: '#011671'

red 1 ◦ green 22 ◦ blue 113

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

Shades of Sapphire #011671

Tints of Sapphire #011671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

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

R = 0.74%
G = 16.18%
B = 83.09%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011671 (or 0x011671) is known color: Sapphire. HEX triplet: 01, 16 and 71. RGB value is (1,22,113). Sum of RGB (Red+Green+Blue) = 1+22+113=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #011671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011671 is #FEE98E. Grayscale: #191919. Windows color (decimal): -16705935 or 7411201. OLE color: 7411201.

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

Color convert

RGB 1 22 113 -
CMYK 0.99 0.81 0 0.56
HSL 228.75º 0.98% 0.22% -
HSV(B) 228.75º 0.99% 0.44% -
XYZ 3.28 1.77 15.79 -
YUV 26.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 1 22 113 0.99 0.81 0 0.56 228.75 0.98 0.22
Hex 1 16 71 63 51 0 38 E5 62 16
Octal 1 26 161 143 121 0 70 345 142 26
Binary 1 10110 1110001 1100011 1010001 0 111000 11100101 1100010 10110

Color Harmonies of #011671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011671

Black with #011671

Text Example


Text Example

White with #011671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011671; }

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

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

background-color css

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

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

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

border-color css

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

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

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