#01054B

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

Shades of Sapphire #01054B

Tints of Sapphire #01054B

Color information

#01054B (or 0x01054B) is unknown color: approx Sapphire. HEX triplet: 01, 05 and 4B. RGB value is (1,5,75). Sum of RGB (Red+Green+Blue) = 1+5+75=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 75 (29.69% from 255 or 92.59% from 81); Max value from RGB is 75 - color contains mainly: blue. Hex color #01054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01054B is #FEFAB4. Grayscale: #0B0B0B. Windows color (decimal): -16710325 or 4916481. OLE color: 4916481.

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

Color convert

RGB1575-
CMYK0.990.9300.71
HSL236.76º97.37%14.9%-
HSV(B)236.76º98.67%29.41%-
XYZ1.340.626.71-
YUV11.78163.67120.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 75 (29.69% from 255) = 92.59%
R=1.23%
G=6.17%
B=92.59%

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
Decimal15750.990.9300.71236.7697.3714.9
Hex154B635D047ed61f
Octal15113143135010735514117
Binary1101100101111000111011101010001111110110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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