#001362

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

Shades of Sapphire #001362

Tints of Sapphire #001362

Color information

#001362 (or 0x001362) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 62. RGB value is (0,19,98). Sum of RGB (Red+Green+Blue) = 0+19+98=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 98 (38.67% from 255 or 83.76% from 117); Max value from RGB is 98 - color contains mainly: blue. Hex color #001362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001362 is #FFEC9D. Grayscale: #151515. Windows color (decimal): -16772254 or 6427392. OLE color: 6427392.

HSL color Cylindrical-coordinate representation of color #001362: hue angle of 228.37º 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 #001362 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB01998-
CMYK10.8100.62
HSL228.37º100%19.22%-
HSV(B)228.37º100%38.43%-
XYZ2.441.3511.69-
YUV22.32170.71112.08-

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.24%
BLUE value IS 98 (38.67% from 255) = 83.76%
R=0%
G=16.24%
B=83.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0199810.8100.62228.3710019.22
Hex01362645103Ee46413
Octal02314214412107634414423
Binary010011110001011001001010001011111011100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001362; }

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

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

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

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

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

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

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

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