#01267A

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

Shades of Sapphire #01267A

Tints of Sapphire #01267A

Color information

#01267A (or 0x01267A) is unknown color: approx Sapphire. HEX triplet: 01, 26 and 7A. RGB value is (1,38,122). Sum of RGB (Red+Green+Blue) = 1+38+122=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #01267A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01267A is #FED985. Grayscale: #242424. Windows color (decimal): -16701830 or 8005121. OLE color: 8005121.

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

Color convert

RGB138122-
CMYK0.990.6900.52
HSL221.65º98.37%24.12%-
HSV(B)221.65º99.18%47.84%-
XYZ4.222.818.73-
YUV36.51176.24102.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 122 (48.05% from 255) = 75.78%
R=0.62%
G=23.60%
B=75.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1381220.990.6900.52221.6598.3724.12
Hex1267A6345034de6218
Octal14617214310506433614230
Binary1100110111101011000111000101011010011011110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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