Html Css Color HEX #012173 Sapphire

📋 copy color: '#012173'

red 1 ◦ green 33 ◦ blue 115

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

Shades of Sapphire #012173

Tints of Sapphire #012173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.15%

 BLUE value IS 115 (45.31% from 255) = 77.18%

R = 0.67%
G = 22.15%
B = 77.18%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012173 (or 0x012173) is known color: Sapphire. HEX triplet: 01, 21 and 73. RGB value is (1,33,115). Sum of RGB (Red+Green+Blue) = 1+33+115=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #012173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012173 is #FEDE8C. Grayscale: #202020. Windows color (decimal): -16703117 or 7545089. OLE color: 7545089.

HSL color Cylindrical-coordinate representation of color #012173: hue angle of 223.16º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012173 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 33 115 -
CMYK 0.99 0.71 0 0.55
HSL 223.16º 0.98% 0.23% -
HSV(B) 223.16º 0.99% 0.45% -
XYZ 3.65 2.33 16.48 -
YUV 32.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 1 33 115 0.99 0.71 0 0.55 223.16 0.98 0.23
Hex 1 21 73 63 47 0 37 DF 62 17
Octal 1 41 163 143 107 0 67 337 142 27
Binary 1 100001 1110011 1100011 1000111 0 110111 11011111 1100010 10111

Color Harmonies of #012173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012173

Black with #012173

Text Example


Text Example

White with #012173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012173; }

 p { color: rgb(1,33,115); }

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

background-color css

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

 a { background-color: rgb(1,33,115); }

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

border-color css

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

 span { border-color: rgb(1,33,115); }

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