Html Css Color HEX #012973 Sapphire

📋 copy color: '#012973'

red 1 ◦ green 41 ◦ blue 115

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

Shades of Sapphire #012973

Tints of Sapphire #012973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.11%

 BLUE value IS 115 (45.31% from 255) = 73.25%

R = 0.64%
G = 26.11%
B = 73.25%

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

#012973 (or 0x012973) is known color: Sapphire. HEX triplet: 01, 29 and 73. RGB value is (1,41,115). Sum of RGB (Red+Green+Blue) = 1+41+115=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #012973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012973 is #FED68C. Grayscale: #252525. Windows color (decimal): -16701069 or 7547137. OLE color: 7547137.

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

Color convert

RGB 1 41 115 -
CMYK 0.99 0.64 0 0.55
HSL 218.95º 0.98% 0.23% -
HSV(B) 218.95º 0.99% 0.45% -
XYZ 3.9 2.83 16.56 -
YUV 37.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 1 41 115 0.99 0.64 0 0.55 218.95 0.98 0.23
Hex 1 29 73 63 40 0 37 DB 62 17
Octal 1 51 163 143 100 0 67 333 142 27
Binary 1 101001 1110011 1100011 1000000 0 110111 11011011 1100010 10111

Color Harmonies of #012973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012973

Black with #012973

Text Example


Text Example

White with #012973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012973; }

 p { color: rgb(1,41,115); }

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

background-color css

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

 a { background-color: rgb(1,41,115); }

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

border-color css

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

 span { border-color: rgb(1,41,115); }

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