Html Css Color HEX #012B70 Sapphire

📋 copy color: '#012B70'

red 1 ◦ green 43 ◦ blue 112

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

Shades of Sapphire #012B70

Tints of Sapphire #012B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.56%

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

R = 0.64%
G = 27.56%
B = 71.79%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012B70 (or 0x012B70) is known color: Sapphire. HEX triplet: 01, 2B and 70. RGB value is (1,43,112). Sum of RGB (Red+Green+Blue) = 1+43+112=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #012B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B70 is #FED48F. Grayscale: #252525. Windows color (decimal): -16700560 or 7351041. OLE color: 7351041.

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

Color convert

RGB 1 43 112 -
CMYK 0.99 0.62 0 0.56
HSL 217.3º 0.98% 0.22% -
HSV(B) 217.3º 0.99% 0.44% -
XYZ 3.8 2.9 15.69 -
YUV 38.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 1 43 112 0.99 0.62 0 0.56 217.3 0.98 0.22
Hex 1 2B 70 63 3E 0 38 D9 62 16
Octal 1 53 160 143 76 0 70 331 142 26
Binary 1 101011 1110000 1100011 111110 0 111000 11011001 1100010 10110

Color Harmonies of #012B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B70

Black with #012B70

Text Example


Text Example

White with #012B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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