Html Css Color HEX #012371 Sapphire

📋 copy color: '#012371'

red 1 ◦ green 35 ◦ blue 113

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

Shades of Sapphire #012371

Tints of Sapphire #012371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

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

R = 0.67%
G = 23.49%
B = 75.84%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012371 (or 0x012371) is known color: Sapphire. HEX triplet: 01, 23 and 71. RGB value is (1,35,113). Sum of RGB (Red+Green+Blue) = 1+35+113=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #012371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012371 is #FEDC8E. Grayscale: #212121. Windows color (decimal): -16702607 or 7414529. OLE color: 7414529.

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

Color convert

RGB 1 35 113 -
CMYK 0.99 0.69 0 0.56
HSL 221.79º 0.98% 0.22% -
HSV(B) 221.79º 0.99% 0.44% -
XYZ 3.59 2.4 15.9 -
YUV 33.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 1 35 113 0.99 0.69 0 0.56 221.79 0.98 0.22
Hex 1 23 71 63 45 0 38 DE 62 16
Octal 1 43 161 143 105 0 70 336 142 26
Binary 1 100011 1110001 1100011 1000101 0 111000 11011110 1100010 10110

Color Harmonies of #012371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012371

Black with #012371

Text Example


Text Example

White with #012371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012371; }

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

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

background-color css

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

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

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

border-color css

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

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

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