Html Css Color HEX #011D71 Sapphire

📋 copy color: '#011D71'

red 1 ◦ green 29 ◦ blue 113

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

Shades of Sapphire #011D71

Tints of Sapphire #011D71

RGB

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

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

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

R = 0.7%
G = 20.28%
B = 79.02%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011D71 (or 0x011D71) is known color: Sapphire. HEX triplet: 01, 1D and 71. RGB value is (1,29,113). Sum of RGB (Red+Green+Blue) = 1+29+113=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #011D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D71 is #FEE28E. Grayscale: #1D1D1D. Windows color (decimal): -16704143 or 7412993. OLE color: 7412993.

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

Color convert

RGB 1 29 113 -
CMYK 0.99 0.74 0 0.56
HSL 225º 0.98% 0.22% -
HSV(B) 225º 0.99% 0.44% -
XYZ 3.43 2.08 15.84 -
YUV 30.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 1 29 113 0.99 0.74 0 0.56 225 0.98 0.22
Hex 1 1D 71 63 4A 0 38 E1 62 16
Octal 1 35 161 143 112 0 70 341 142 26
Binary 1 11101 1110001 1100011 1001010 0 111000 11100001 1100010 10110

Color Harmonies of #011D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D71

Black with #011D71

Text Example


Text Example

White with #011D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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