Html Css Color HEX #012C71 Sapphire

📋 copy color: '#012C71'

red 1 ◦ green 44 ◦ blue 113

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

Shades of Sapphire #012C71

Tints of Sapphire #012C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.85%

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

R = 0.63%
G = 27.85%
B = 71.52%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012C71 (or 0x012C71) is known color: Sapphire. HEX triplet: 01, 2C and 71. RGB value is (1,44,113). Sum of RGB (Red+Green+Blue) = 1+44+113=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #012C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C71 is #FED38E. Grayscale: #262626. Windows color (decimal): -16700303 or 7416833. OLE color: 7416833.

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

Color convert

RGB 1 44 113 -
CMYK 0.99 0.61 0 0.56
HSL 216.96º 0.98% 0.22% -
HSV(B) 216.96º 0.99% 0.44% -
XYZ 3.89 3 16 -
YUV 39.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 1 44 113 0.99 0.61 0 0.56 216.96 0.98 0.22
Hex 1 2C 71 63 3D 0 38 D9 62 16
Octal 1 54 161 143 75 0 70 331 142 26
Binary 1 101100 1110001 1100011 111101 0 111000 11011001 1100010 10110

Color Harmonies of #012C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C71

Black with #012C71

Text Example


Text Example

White with #012C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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