#01054A

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

Shades of Sapphire #01054A

Tints of Sapphire #01054A

Color information

#01054A (or 0x01054A) is unknown color: approx Sapphire. HEX triplet: 01, 05 and 4A. RGB value is (1,5,74). Sum of RGB (Red+Green+Blue) = 1+5+74=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 74 (29.30% from 255 or 92.5% from 80); Max value from RGB is 74 - color contains mainly: blue. Hex color #01054A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01054A is #FEFAB5. Grayscale: #0B0B0B. Windows color (decimal): -16710326 or 4850945. OLE color: 4850945.

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

Color convert

RGB1574-
CMYK0.990.9300.71
HSL236.71º97.33%14.71%-
HSV(B)236.71º98.65%29.02%-
XYZ1.30.616.53-
YUV11.67163.17120.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 74 (29.30% from 255) = 92.5%
R=1.25%
G=6.25%
B=92.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal15740.990.9300.71236.7197.3314.71
Hex154A635D047ed61f
Octal15112143135010735514117
Binary1101100101011000111011101010001111110110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01054A; }

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

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

<style>
 a { background-color: #01054A; }

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

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

<style>
 span { border-color: #01054A; }

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

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