#001962

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

Shades of Sapphire #001962

Tints of Sapphire #001962

Color information

#001962 (or 0x001962) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 62. RGB value is (0,25,98). Sum of RGB (Red+Green+Blue) = 0+25+98=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #001962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001962 is #FFE69D. Grayscale: #191919. Windows color (decimal): -16770718 or 6428928. OLE color: 6428928.

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

Color convert

RGB02598-
CMYK10.7400.62
HSL224.69º100%19.22%-
HSV(B)224.69º100%38.43%-
XYZ2.551.5811.73-
YUV25.85168.72109.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 98 (38.67% from 255) = 79.67%
R=0%
G=20.33%
B=79.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0259810.7400.62224.6910019.22
Hex01962644A03Ee16413
Octal03114214411207634114423
Binary011001110001011001001001010011111011100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001962; }

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

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

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

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

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

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

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

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