Html Css Color HEX #012A72 Sapphire

📋 copy color: '#012A72'

red 1 ◦ green 42 ◦ blue 114

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

Shades of Sapphire #012A72

Tints of Sapphire #012A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 72.61%

R = 0.64%
G = 26.75%
B = 72.61%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012A72 (or 0x012A72) is known color: Sapphire. HEX triplet: 01, 2A and 72. RGB value is (1,42,114). Sum of RGB (Red+Green+Blue) = 1+42+114=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #012A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A72 is #FED58D. Grayscale: #252525. Windows color (decimal): -16700814 or 7481857. OLE color: 7481857.

HSL color Cylindrical-coordinate representation of color #012A72: hue angle of 218.23º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A72 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 42 114 -
CMYK 0.99 0.63 0 0.55
HSL 218.23º 0.98% 0.23% -
HSV(B) 218.23º 0.99% 0.45% -
XYZ 3.88 2.88 16.27 -
YUV 37.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 1 42 114 0.99 0.63 0 0.55 218.23 0.98 0.23
Hex 1 2A 72 63 3F 0 37 DA 62 17
Octal 1 52 162 143 77 0 67 332 142 27
Binary 1 101010 1110010 1100011 111111 0 110111 11011010 1100010 10111

Color Harmonies of #012A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A72

Black with #012A72

Text Example


Text Example

White with #012A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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