#01265D

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

Shades of Sapphire #01265D

Tints of Sapphire #01265D

Color information

#01265D (or 0x01265D) is unknown color: approx Sapphire. HEX triplet: 01, 26 and 5D. RGB value is (1,38,93). Sum of RGB (Red+Green+Blue) = 1+38+93=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #01265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01265D is #FED9A2. Grayscale: #202020. Windows color (decimal): -16701859 or 6104577. OLE color: 6104577.

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

Color convert

RGB13893-
CMYK0.990.5900.64
HSL215.87º97.87%18.43%-
HSV(B)215.87º98.92%36.47%-
XYZ2.682.1810.64-
YUV33.21161.74105.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 93 (36.72% from 255) = 70.45%
R=0.76%
G=28.79%
B=70.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal138930.990.5900.64215.8797.8718.43
Hex1265D633B040d86212
Octal14613514373010033014222
Binary1100110101110111000111110110100000011011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01265D; }

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

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

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

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

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

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

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

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