Html Css Color HEX #012A71 Sapphire

📋 copy color: '#012A71'

red 1 ◦ green 42 ◦ blue 113

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

Shades of Sapphire #012A71

Tints of Sapphire #012A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.92%

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

R = 0.64%
G = 26.92%
B = 72.44%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012A71 (or 0x012A71) is known color: Sapphire. HEX triplet: 01, 2A and 71. RGB value is (1,42,113). Sum of RGB (Red+Green+Blue) = 1+42+113=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #012A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A71 is #FED58E. Grayscale: #252525. Windows color (decimal): -16700815 or 7416321. OLE color: 7416321.

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

Color convert

RGB 1 42 113 -
CMYK 0.99 0.63 0 0.56
HSL 218.04º 0.98% 0.22% -
HSV(B) 218.04º 0.99% 0.44% -
XYZ 3.82 2.85 15.97 -
YUV 37.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 1 42 113 0.99 0.63 0 0.56 218.04 0.98 0.22
Hex 1 2A 71 63 3F 0 38 DA 62 16
Octal 1 52 161 143 77 0 70 332 142 26
Binary 1 101010 1110001 1100011 111111 0 111000 11011010 1100010 10110

Color Harmonies of #012A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A71

Black with #012A71

Text Example


Text Example

White with #012A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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