#001361

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

Shades of Sapphire #001361

Tints of Sapphire #001361

Color information

#001361 (or 0x001361) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 61. RGB value is (0,19,97). Sum of RGB (Red+Green+Blue) = 0+19+97=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 97 (38.28% from 255 or 83.62% from 116); Max value from RGB is 97 - color contains mainly: blue. Hex color #001361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001361 is #FFEC9E. Grayscale: #151515. Windows color (decimal): -16772255 or 6361856. OLE color: 6361856.

HSL color Cylindrical-coordinate representation of color #001361: hue angle of 228.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001361 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB01997-
CMYK10.8000.62
HSL228.25º100%19.02%-
HSV(B)228.25º100%38.04%-
XYZ2.391.3311.44-
YUV22.21170.21112.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 97 (38.28% from 255) = 83.62%
R=0%
G=16.38%
B=83.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0199710.8000.62228.2510019.02
Hex01361645003Ee46413
Octal02314114412007634414423
Binary010011110000111001001010000011111011100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001361; }

 p { color: rgb(0,19,97); }

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

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

 a { background-color: rgb(0,19,97); }

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

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

 span { border-color: rgb(0,19,97); }

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