Html Css Color HEX #012571 Sapphire

📋 copy color: '#012571'

red 1 ◦ green 37 ◦ blue 113

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

Shades of Sapphire #012571

Tints of Sapphire #012571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

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

R = 0.66%
G = 24.5%
B = 74.83%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012571 (or 0x012571) is known color: Sapphire. HEX triplet: 01, 25 and 71. RGB value is (1,37,113). Sum of RGB (Red+Green+Blue) = 1+37+113=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #012571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012571 is #FEDA8E. Grayscale: #222222. Windows color (decimal): -16702095 or 7415041. OLE color: 7415041.

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

Color convert

RGB 1 37 113 -
CMYK 0.99 0.67 0 0.56
HSL 220.71º 0.98% 0.22% -
HSV(B) 220.71º 0.99% 0.44% -
XYZ 3.65 2.52 15.92 -
YUV 34.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 1 37 113 0.99 0.67 0 0.56 220.71 0.98 0.22
Hex 1 25 71 63 43 0 38 DD 62 16
Octal 1 45 161 143 103 0 70 335 142 26
Binary 1 100101 1110001 1100011 1000011 0 111000 11011101 1100010 10110

Color Harmonies of #012571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012571

Black with #012571

Text Example


Text Example

White with #012571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012571; }

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

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

background-color css

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

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

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

border-color css

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

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

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