#010D61

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

Shades of Sapphire #010D61

Tints of Sapphire #010D61

Color information

#010D61 (or 0x010D61) is unknown color: approx Sapphire. HEX triplet: 01, 0D and 61. RGB value is (1,13,97). Sum of RGB (Red+Green+Blue) = 1+13+97=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #010D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D61 is #FEF29E. Grayscale: #121212. Windows color (decimal): -16708255 or 6360321. OLE color: 6360321.

HSL color Cylindrical-coordinate representation of color #010D61: hue angle of 232.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D61 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11397-
CMYK0.990.8700.62
HSL232.5º97.96%19.22%-
HSV(B)232.5º98.97%38.04%-
XYZ2.311.1611.41-
YUV18.99172.02115.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 97 (38.28% from 255) = 87.39%
R=0.90%
G=11.71%
B=87.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal113970.990.8700.62232.597.9619.22
Hex1D61635703Ee86213
Octal11514114312707635014223
Binary11101110000111000111010111011111011101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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