#012355

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

Shades of Sapphire #012355

Tints of Sapphire #012355

Color information

#012355 (or 0x012355) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 55. RGB value is (1,35,85). Sum of RGB (Red+Green+Blue) = 1+35+85=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #012355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012355 is #FEDCAA. Grayscale: #1E1E1E. Windows color (decimal): -16702635 or 5579521. OLE color: 5579521.

HSL color Cylindrical-coordinate representation of color #012355: hue angle of 215.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012355 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB13585-
CMYK0.990.5900.67
HSL215.71º97.67%16.86%-
HSV(B)215.71º98.82%33.33%-
XYZ2.251.868.84-
YUV30.53158.74106.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 85 (33.59% from 255) = 70.25%
R=0.83%
G=28.93%
B=70.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal135850.990.5900.67215.7197.6716.86
Hex12355633B043d86211
Octal14312514373010333014221
Binary1100011101010111000111110110100001111011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012355; }

 p { color: rgb(1,35,85); }

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

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

 a { background-color: rgb(1,35,85); }

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

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

 span { border-color: rgb(1,35,85); }

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