#01265C

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

Shades of Sapphire #01265C

Tints of Sapphire #01265C

Color information

#01265C (or 0x01265C) is unknown color: approx Sapphire. HEX triplet: 01, 26 and 5C. RGB value is (1,38,92). Sum of RGB (Red+Green+Blue) = 1+38+92=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #01265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01265C is #FED9A3. Grayscale: #202020. Windows color (decimal): -16701860 or 6039041. OLE color: 6039041.

HSL color Cylindrical-coordinate representation of color #01265C: hue angle of 215.6º 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 #01265C is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB13892-
CMYK0.990.5900.64
HSL215.6º97.85%18.24%-
HSV(B)215.6º98.91%36.08%-
XYZ2.642.1710.4-
YUV33.09161.24105.11-

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) = 29.01%
BLUE value IS 92 (36.33% from 255) = 70.23%
R=0.76%
G=29.01%
B=70.23%

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
Decimal138920.990.5900.64215.697.8518.24
Hex1265C633B040d86212
Octal14613414373010033014222
Binary1100110101110011000111110110100000011011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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