Html Css Color HEX #012B71 Sapphire

📋 copy color: '#012B71'

red 1 ◦ green 43 ◦ blue 113

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

Shades of Sapphire #012B71

Tints of Sapphire #012B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.97%

R = 0.64%
G = 27.39%
B = 71.97%

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

#012B71 (or 0x012B71) is known color: Sapphire. HEX triplet: 01, 2B and 71. RGB value is (1,43,113). Sum of RGB (Red+Green+Blue) = 1+43+113=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #012B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B71 is #FED48E. Grayscale: #262626. Windows color (decimal): -16700559 or 7416577. OLE color: 7416577.

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

Color convert

RGB 1 43 113 -
CMYK 0.99 0.62 0 0.56
HSL 217.5º 0.98% 0.22% -
HSV(B) 217.5º 0.99% 0.44% -
XYZ 3.86 2.93 15.98 -
YUV 38.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 1 43 113 0.99 0.62 0 0.56 217.5 0.98 0.22
Hex 1 2B 71 63 3E 0 38 DA 62 16
Octal 1 53 161 143 76 0 70 332 142 26
Binary 1 101011 1110001 1100011 111110 0 111000 11011010 1100010 10110

Color Harmonies of #012B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B71

Black with #012B71

Text Example


Text Example

White with #012B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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