#010949

Color #010949 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #010949

Tints of Sapphire #010949

Color information

#010949 (or 0x010949) is unknown color: approx Sapphire. HEX triplet: 01, 09 and 49. RGB value is (1,9,73). Sum of RGB (Red+Green+Blue) = 1+9+73=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 73 (28.91% from 255 or 87.95% from 83); Max value from RGB is 73 - color contains mainly: blue. Hex color #010949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010949 is #FEF6B6. Grayscale: #0D0D0D. Windows color (decimal): -16709303 or 4786433. OLE color: 4786433.

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

Color convert

RGB1973-
CMYK0.990.8800.71
HSL233.33º97.3%14.51%-
HSV(B)233.33º98.63%28.63%-
XYZ1.310.686.37-
YUV13.9161.35118.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 73 (28.91% from 255) = 87.95%
R=1.20%
G=10.84%
B=87.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal19730.990.8800.71233.3397.314.51
Hex19496358047e961f
Octal111111143130010735114117
Binary11001100100111000111011000010001111110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010949; }

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

 H1.HeaderClassName
 {
   color: #010949;
 }
 .AnyTagClassName
 {
   color: #010949;
 }
</style>
background-color css

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

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

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

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

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

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