Html Css Color HEX #012049 Sapphire

📋 copy color: '#012049'

red 1 ◦ green 32 ◦ blue 73

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

Shades of Sapphire #012049

Tints of Sapphire #012049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.19%

 BLUE value IS 73 (28.91% from 255) = 68.87%

R = 0.94%
G = 30.19%
B = 68.87%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012049 (or 0x012049) is known color: Sapphire. HEX triplet: 01, 20 and 49. RGB value is (1,32,73). Sum of RGB (Red+Green+Blue) = 1+32+73=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #012049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012049 is #FEDFB6. Grayscale: #1B1B1B. Windows color (decimal): -16703415 or 4792321. OLE color: 4792321.

HSL color Cylindrical-coordinate representation of color #012049: hue angle of 214.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012049 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 32 73 -
CMYK 0.99 0.56 0 0.71
HSL 214.17º 0.97% 0.15% -
HSV(B) 214.17º 0.99% 0.29% -
XYZ 1.73 1.52 6.51 -
YUV 27.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 1 32 73 0.99 0.56 0 0.71 214.17 0.97 0.15
Hex 1 20 49 63 38 0 47 D6 61 F
Octal 1 40 111 143 70 0 107 326 141 17
Binary 1 100000 1001001 1100011 111000 0 1000111 11010110 1100001 1111

Color Harmonies of #012049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012049

Black with #012049

Text Example


Text Example

White with #012049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012049; }

 p { color: rgb(1,32,73); }

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

background-color css

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

 a { background-color: rgb(1,32,73); }

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

border-color css

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

 span { border-color: rgb(1,32,73); }

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