Html Css Color HEX #012A74 Sapphire

📋 copy color: '#012A74'

red 1 ◦ green 42 ◦ blue 116

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

Shades of Sapphire #012A74

Tints of Sapphire #012A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.96%

R = 0.63%
G = 26.42%
B = 72.96%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012A74 (or 0x012A74) is known color: Sapphire. HEX triplet: 01, 2A and 74. RGB value is (1,42,116). Sum of RGB (Red+Green+Blue) = 1+42+116=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #012A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A74 is #FED58B. Grayscale: #252525. Windows color (decimal): -16700812 or 7612929. OLE color: 7612929.

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

Color convert

RGB 1 42 116 -
CMYK 0.99 0.64 0 0.55
HSL 218.61º 0.98% 0.23% -
HSV(B) 218.61º 0.99% 0.45% -
XYZ 3.99 2.92 16.88 -
YUV 38.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 1 42 116 0.99 0.64 0 0.55 218.61 0.98 0.23
Hex 1 2A 74 63 40 0 37 DB 62 17
Octal 1 52 164 143 100 0 67 333 142 27
Binary 1 101010 1110100 1100011 1000000 0 110111 11011011 1100010 10111

Color Harmonies of #012A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A74

Black with #012A74

Text Example


Text Example

White with #012A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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