Html Css Color HEX #012070 Sapphire

📋 copy color: '#012070'

red 1 ◦ green 32 ◦ blue 112

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

Shades of Sapphire #012070

Tints of Sapphire #012070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

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

R = 0.69%
G = 22.07%
B = 77.24%

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

#012070 (or 0x012070) is known color: Sapphire. HEX triplet: 01, 20 and 70. RGB value is (1,32,112). Sum of RGB (Red+Green+Blue) = 1+32+112=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #012070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012070 is #FEDF8F. Grayscale: #1F1F1F. Windows color (decimal): -16703376 or 7348225. OLE color: 7348225.

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

Color convert

RGB 1 32 112 -
CMYK 0.99 0.71 0 0.56
HSL 223.24º 0.98% 0.22% -
HSV(B) 223.24º 0.99% 0.44% -
XYZ 3.45 2.21 15.57 -
YUV 31.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 1 32 112 0.99 0.71 0 0.56 223.24 0.98 0.22
Hex 1 20 70 63 47 0 38 DF 62 16
Octal 1 40 160 143 107 0 70 337 142 26
Binary 1 100000 1110000 1100011 1000111 0 111000 11011111 1100010 10110

Color Harmonies of #012070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012070

Black with #012070

Text Example


Text Example

White with #012070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012070; }

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

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

background-color css

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

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

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

border-color css

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

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

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