Html Css Color HEX #012170 Sapphire

📋 copy color: '#012170'

red 1 ◦ green 33 ◦ blue 112

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

Shades of Sapphire #012170

Tints of Sapphire #012170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 76.71%

R = 0.68%
G = 22.6%
B = 76.71%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012170 (or 0x012170) is known color: Sapphire. HEX triplet: 01, 21 and 70. RGB value is (1,33,112). Sum of RGB (Red+Green+Blue) = 1+33+112=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #012170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012170 is #FEDE8F. Grayscale: #202020. Windows color (decimal): -16703120 or 7348481. OLE color: 7348481.

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

Color convert

RGB 1 33 112 -
CMYK 0.99 0.71 0 0.56
HSL 222.7º 0.98% 0.22% -
HSV(B) 222.7º 0.99% 0.44% -
XYZ 3.48 2.26 15.58 -
YUV 32.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 1 33 112 0.99 0.71 0 0.56 222.7 0.98 0.22
Hex 1 21 70 63 47 0 38 DF 62 16
Octal 1 41 160 143 107 0 70 337 142 26
Binary 1 100001 1110000 1100011 1000111 0 111000 11011111 1100010 10110

Color Harmonies of #012170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012170

Black with #012170

Text Example


Text Example

White with #012170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012170; }

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

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

background-color css

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

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

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

border-color css

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

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

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