Html Css Color HEX #010D49 Sapphire

📋 copy color: '#010D49'

red 1 ◦ green 13 ◦ blue 73

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

Shades of Sapphire #010D49

Tints of Sapphire #010D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.94%

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

R = 1.15%
G = 14.94%
B = 83.91%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#010D49 (or 0x010D49) is known color: Sapphire. HEX triplet: 01, 0D and 49. RGB value is (1,13,73). Sum of RGB (Red+Green+Blue) = 1+13+73=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #010D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D49 is #FEF2B6. Grayscale: #101010. Windows color (decimal): -16708279 or 4787457. OLE color: 4787457.

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

Color convert

RGB 1 13 73 -
CMYK 0.99 0.82 0 0.71
HSL 230º 0.97% 0.15% -
HSV(B) 230º 0.99% 0.29% -
XYZ 1.36 0.78 6.38 -
YUV 16.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 1 13 73 0.99 0.82 0 0.71 230 0.97 0.15
Hex 1 D 49 63 52 0 47 E6 61 F
Octal 1 15 111 143 122 0 107 346 141 17
Binary 1 1101 1001001 1100011 1010010 0 1000111 11100110 1100001 1111

Color Harmonies of #010D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D49

Black with #010D49

Text Example


Text Example

White with #010D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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