#012657

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

Shades of Sapphire #012657

Tints of Sapphire #012657

Color information

#012657 (or 0x012657) is unknown color: approx Sapphire. HEX triplet: 01, 26 and 57. RGB value is (1,38,87). Sum of RGB (Red+Green+Blue) = 1+38+87=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #012657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012657 is #FED9A8. Grayscale: #202020. Windows color (decimal): -16701865 or 5711361. OLE color: 5711361.

HSL color Cylindrical-coordinate representation of color #012657: hue angle of 214.19º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012657 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB13887-
CMYK0.990.5600.66
HSL214.19º97.73%17.25%-
HSV(B)214.19º98.85%34.12%-
XYZ2.432.089.29-
YUV32.52158.74105.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 87 (34.38% from 255) = 69.05%
R=0.79%
G=30.16%
B=69.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal138870.990.5600.66214.1997.7317.25
Hex126576338042d66211
Octal14612714370010232614221
Binary1100110101011111000111110000100001011010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012657; }

 p { color: rgb(1,38,87); }

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

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

 a { background-color: rgb(1,38,87); }

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

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

 span { border-color: rgb(1,38,87); }

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