#010D62

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

Shades of Sapphire #010D62

Tints of Sapphire #010D62

Color information

#010D62 (or 0x010D62) is unknown color: approx Sapphire. HEX triplet: 01, 0D and 62. RGB value is (1,13,98). Sum of RGB (Red+Green+Blue) = 1+13+98=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 98 (38.67% from 255 or 87.5% from 112); Max value from RGB is 98 - color contains mainly: blue. Hex color #010D62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D62 is #FEF29D. Grayscale: #121212. Windows color (decimal): -16708254 or 6425857. OLE color: 6425857.

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

Color convert

RGB11398-
CMYK0.990.8700.62
HSL232.58º97.98%19.41%-
HSV(B)232.58º98.98%38.43%-
XYZ2.361.1811.66-
YUV19.1172.52115.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 98 (38.67% from 255) = 87.5%
R=0.89%
G=11.61%
B=87.5%

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
Decimal113980.990.8700.62232.5897.9819.41
Hex1D62635703Ee96213
Octal11514214312707635114223
Binary11101110001011000111010111011111011101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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