Html Css Color HEX #010649 Sapphire

📋 copy color: '#010649'

red 1 ◦ green 6 ◦ blue 73

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

Shades of Sapphire #010649

Tints of Sapphire #010649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.5%

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

R = 1.25%
G = 7.5%
B = 91.25%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#010649 (or 0x010649) is known color: Sapphire. HEX triplet: 01, 06 and 49. RGB value is (1,6,73). Sum of RGB (Red+Green+Blue) = 1+6+73=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 73 (28.91% from 255 or 91.25% from 80); Max value from RGB is 73 - color contains mainly: blue. Hex color #010649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010649 is #FEF9B6. Grayscale: #0B0B0B. Windows color (decimal): -16710071 or 4785665. OLE color: 4785665.

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

Color convert

RGB 1 6 73 -
CMYK 0.99 0.92 0 0.71
HSL 235.83º 0.97% 0.15% -
HSV(B) 235.83º 0.99% 0.29% -
XYZ 1.28 0.62 6.36 -
YUV 12.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 1 6 73 0.99 0.92 0 0.71 235.83 0.97 0.15
Hex 1 6 49 63 5C 0 47 EC 61 F
Octal 1 6 111 143 134 0 107 354 141 17
Binary 1 110 1001001 1100011 1011100 0 1000111 11101100 1100001 1111

Color Harmonies of #010649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010649

Black with #010649

Text Example


Text Example

White with #010649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010649; }

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

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

background-color css

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

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

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

border-color css

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

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

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