Html Css Color HEX #012176 Sapphire

📋 copy color: '#012176'

red 1 ◦ green 33 ◦ blue 118

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

Shades of Sapphire #012176

Tints of Sapphire #012176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 77.63%

R = 0.66%
G = 21.71%
B = 77.63%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012176 (or 0x012176) is known color: Sapphire. HEX triplet: 01, 21 and 76. RGB value is (1,33,118). Sum of RGB (Red+Green+Blue) = 1+33+118=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #012176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012176 is #FEDE89. Grayscale: #202020. Windows color (decimal): -16703114 or 7741697. OLE color: 7741697.

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

Color convert

RGB 1 33 118 -
CMYK 0.99 0.72 0 0.54
HSL 223.59º 0.98% 0.23% -
HSV(B) 223.59º 0.99% 0.46% -
XYZ 3.83 2.4 17.4 -
YUV 33.12 175.9 105.09 -
System Red Green Blue C M Y K H S L
Decimal 1 33 118 0.99 0.72 0 0.54 223.59 0.98 0.23
Hex 1 21 76 63 48 0 36 E0 62 17
Octal 1 41 166 143 110 0 66 340 142 27
Binary 1 100001 1110110 1100011 1001000 0 110110 11100000 1100010 10111

Color Harmonies of #012176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012176

Black with #012176

Text Example


Text Example

White with #012176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012176; }

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

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

background-color css

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

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

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

border-color css

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

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

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