#012353

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

Shades of Sapphire #012353

Tints of Sapphire #012353

Color information

#012353 (or 0x012353) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 53. RGB value is (1,35,83). Sum of RGB (Red+Green+Blue) = 1+35+83=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #012353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012353 is #FEDCAC. Grayscale: #1E1E1E. Windows color (decimal): -16702637 or 5448449. OLE color: 5448449.

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

Color convert

RGB13583-
CMYK0.990.5800.67
HSL215.12º97.62%16.47%-
HSV(B)215.12º98.8%32.55%-
XYZ2.171.838.42-
YUV30.31157.74107.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 83 (32.81% from 255) = 69.75%
R=0.84%
G=29.41%
B=69.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal135830.990.5800.67215.1297.6216.47
Hex12353633A043d76210
Octal14312314372010332714220
Binary1100011101001111000111110100100001111010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012353; }

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

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

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

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

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

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

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

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