Html Css Color HEX #012971 Sapphire

📋 copy color: '#012971'

red 1 ◦ green 41 ◦ blue 113

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

Shades of Sapphire #012971

Tints of Sapphire #012971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

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

R = 0.65%
G = 26.45%
B = 72.9%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012971 (or 0x012971) is known color: Sapphire. HEX triplet: 01, 29 and 71. RGB value is (1,41,113). Sum of RGB (Red+Green+Blue) = 1+41+113=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #012971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012971 is #FED68E. Grayscale: #242424. Windows color (decimal): -16701071 or 7416065. OLE color: 7416065.

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

Color convert

RGB 1 41 113 -
CMYK 0.99 0.64 0 0.56
HSL 218.57º 0.98% 0.22% -
HSV(B) 218.57º 0.99% 0.44% -
XYZ 3.79 2.78 15.96 -
YUV 37.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 1 41 113 0.99 0.64 0 0.56 218.57 0.98 0.22
Hex 1 29 71 63 40 0 38 DB 62 16
Octal 1 51 161 143 100 0 70 333 142 26
Binary 1 101001 1110001 1100011 1000000 0 111000 11011011 1100010 10110

Color Harmonies of #012971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012971

Black with #012971

Text Example


Text Example

White with #012971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012971; }

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

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

background-color css

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

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

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

border-color css

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

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

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