#01255A

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

Shades of Sapphire #01255A

Tints of Sapphire #01255A

Color information

#01255A (or 0x01255A) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 5A. RGB value is (1,37,90). Sum of RGB (Red+Green+Blue) = 1+37+90=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #01255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01255A is #FEDAA5. Grayscale: #202020. Windows color (decimal): -16702118 or 5907713. OLE color: 5907713.

HSL color Cylindrical-coordinate representation of color #01255A: hue angle of 215.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01255A is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB13790-
CMYK0.990.5900.65
HSL215.73º97.8%17.84%-
HSV(B)215.73º98.89%35.29%-
XYZ2.522.079.94-
YUV32.28160.57105.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 90 (35.55% from 255) = 70.31%
R=0.78%
G=28.91%
B=70.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal137900.990.5900.65215.7397.817.84
Hex1255A633B041d86212
Octal14513214373010133014222
Binary1100101101101011000111110110100000111011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,37,90); }

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

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

 a { background-color: rgb(1,37,90); }

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

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

 span { border-color: rgb(1,37,90); }

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