Html Css Color HEX #012149 Sapphire

📋 copy color: '#012149'

red 1 ◦ green 33 ◦ blue 73

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

Shades of Sapphire #012149

Tints of Sapphire #012149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

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

R = 0.93%
G = 30.84%
B = 68.22%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012149 (or 0x012149) is known color: Sapphire. HEX triplet: 01, 21 and 49. RGB value is (1,33,73). Sum of RGB (Red+Green+Blue) = 1+33+73=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #012149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012149 is #FEDEB6. Grayscale: #1B1B1B. Windows color (decimal): -16703159 or 4792577. OLE color: 4792577.

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

Color convert

RGB 1 33 73 -
CMYK 0.99 0.55 0 0.71
HSL 213.33º 0.97% 0.15% -
HSV(B) 213.33º 0.99% 0.29% -
XYZ 1.76 1.58 6.51 -
YUV 27.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 1 33 73 0.99 0.55 0 0.71 213.33 0.97 0.15
Hex 1 21 49 63 37 0 47 D5 61 F
Octal 1 41 111 143 67 0 107 325 141 17
Binary 1 100001 1001001 1100011 110111 0 1000111 11010101 1100001 1111

Color Harmonies of #012149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012149

Black with #012149

Text Example


Text Example

White with #012149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012149; }

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

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

background-color css

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

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

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

border-color css

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

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

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