Html Css Color HEX #010D59 Sapphire

📋 copy color: '#010D59'

red 1 ◦ green 13 ◦ blue 89

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

Shades of Sapphire #010D59

Tints of Sapphire #010D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 86.41%

R = 0.97%
G = 12.62%
B = 86.41%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#010D59 (or 0x010D59) is known color: Sapphire. HEX triplet: 01, 0D and 59. RGB value is (1,13,89). Sum of RGB (Red+Green+Blue) = 1+13+89=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 89 (35.16% from 255 or 86.41% from 103); Max value from RGB is 89 - color contains mainly: blue. Hex color #010D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D59 is #FEF2A6. Grayscale: #111111. Windows color (decimal): -16708263 or 5836033. OLE color: 5836033.

HSL color Cylindrical-coordinate representation of color #010D59: hue angle of 231.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D59 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 13 89 -
CMYK 0.99 0.85 0 0.65
HSL 231.82º 0.98% 0.18% -
HSV(B) 231.82º 0.99% 0.35% -
XYZ 1.96 1.02 9.54 -
YUV 18.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 1 13 89 0.99 0.85 0 0.65 231.82 0.98 0.18
Hex 1 D 59 63 55 0 41 E8 62 12
Octal 1 15 131 143 125 0 101 350 142 22
Binary 1 1101 1011001 1100011 1010101 0 1000001 11101000 1100010 10010

Color Harmonies of #010D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D59

Black with #010D59

Text Example


Text Example

White with #010D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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