Html Css Color HEX #012471 Sapphire

📋 copy color: '#012471'

red 1 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #012471

Tints of Sapphire #012471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24%

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

R = 0.67%
G = 24%
B = 75.33%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012471 (or 0x012471) is known color: Sapphire. HEX triplet: 01, 24 and 71. RGB value is (1,36,113). Sum of RGB (Red+Green+Blue) = 1+36+113=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #012471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012471 is #FEDB8E. Grayscale: #212121. Windows color (decimal): -16702351 or 7414785. OLE color: 7414785.

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

Color convert

RGB 1 36 113 -
CMYK 0.99 0.68 0 0.56
HSL 221.25º 0.98% 0.22% -
HSV(B) 221.25º 0.99% 0.44% -
XYZ 3.62 2.46 15.91 -
YUV 34.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 1 36 113 0.99 0.68 0 0.56 221.25 0.98 0.22
Hex 1 24 71 63 44 0 38 DD 62 16
Octal 1 44 161 143 104 0 70 335 142 26
Binary 1 100100 1110001 1100011 1000100 0 111000 11011101 1100010 10110

Color Harmonies of #012471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012471

Black with #012471

Text Example


Text Example

White with #012471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012471; }

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

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

background-color css

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

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

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

border-color css

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

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

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