#01277A

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

Shades of Sapphire #01277A

Tints of Sapphire #01277A

Color information

#01277A (or 0x01277A) is unknown color: approx Sapphire. HEX triplet: 01, 27 and 7A. RGB value is (1,39,122). Sum of RGB (Red+Green+Blue) = 1+39+122=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #01277A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01277A is #FED885. Grayscale: #242424. Windows color (decimal): -16701574 or 8005377. OLE color: 8005377.

HSL color Cylindrical-coordinate representation of color #01277A: hue angle of 221.16º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01277A is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB139122-
CMYK0.990.6800.52
HSL221.16º98.37%24.12%-
HSV(B)221.16º99.18%47.84%-
XYZ4.252.8618.74-
YUV37.1175.91102.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 122 (48.05% from 255) = 75.31%
R=0.62%
G=24.07%
B=75.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1391220.990.6800.52221.1698.3724.12
Hex1277A6344034dd6218
Octal14717214310406433514230
Binary1100111111101011000111000100011010011011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,39,122); }

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

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

 a { background-color: rgb(1,39,122); }

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

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

 span { border-color: rgb(1,39,122); }

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