Html Css Color HEX #012172 Sapphire

📋 copy color: '#012172'

red 1 ◦ green 33 ◦ blue 114

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

Shades of Sapphire #012172

Tints of Sapphire #012172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 77.03%

R = 0.68%
G = 22.3%
B = 77.03%

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

#012172 (or 0x012172) is known color: Sapphire. HEX triplet: 01, 21 and 72. RGB value is (1,33,114). Sum of RGB (Red+Green+Blue) = 1+33+114=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 114 (44.92% from 255 or 77.03% from 148); Max value from RGB is 114 - color contains mainly: blue. Hex color #012172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012172 is #FEDE8D. Grayscale: #202020. Windows color (decimal): -16703118 or 7479553. OLE color: 7479553.

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

Color convert

RGB 1 33 114 -
CMYK 0.99 0.71 0 0.55
HSL 223.01º 0.98% 0.23% -
HSV(B) 223.01º 0.99% 0.45% -
XYZ 3.59 2.31 16.18 -
YUV 32.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 1 33 114 0.99 0.71 0 0.55 223.01 0.98 0.23
Hex 1 21 72 63 47 0 37 DF 62 17
Octal 1 41 162 143 107 0 67 337 142 27
Binary 1 100001 1110010 1100011 1000111 0 110111 11011111 1100010 10111

Color Harmonies of #012172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012172

Black with #012172

Text Example


Text Example

White with #012172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012172; }

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

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

background-color css

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

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

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

border-color css

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

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

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