#010D4A

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

Shades of Sapphire #010D4A

Tints of Sapphire #010D4A

Color information

#010D4A (or 0x010D4A) is unknown color: approx Sapphire. HEX triplet: 01, 0D and 4A. RGB value is (1,13,74). Sum of RGB (Red+Green+Blue) = 1+13+74=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #010D4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D4A is #FEF2B5. Grayscale: #101010. Windows color (decimal): -16708278 or 4852993. OLE color: 4852993.

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

Color convert

RGB11374-
CMYK0.990.8200.71
HSL230.14º97.33%14.71%-
HSV(B)230.14º98.65%29.02%-
XYZ1.390.796.56-
YUV16.37160.52117.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 74 (29.30% from 255) = 84.09%
R=1.14%
G=14.77%
B=84.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal113740.990.8200.71230.1497.3314.71
Hex1D4A6352047e661f
Octal115112143122010734614117
Binary11101100101011000111010010010001111110011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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