#002562

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

Shades of Sapphire #002562

Tints of Sapphire #002562

Color information

#002562 (or 0x002562) is unknown color: approx Sapphire. HEX triplet: 00, 25 and 62. RGB value is (0,37,98). Sum of RGB (Red+Green+Blue) = 0+37+98=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #002562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002562 is #FFDA9D. Grayscale: #202020. Windows color (decimal): -16767646 or 6432000. OLE color: 6432000.

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

Color convert

RGB03798-
CMYK10.6200.62
HSL217.35º100%19.22%-
HSV(B)217.35º100%38.43%-
XYZ2.872.211.83-
YUV32.89164.74104.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 98 (38.67% from 255) = 72.59%
R=0%
G=27.41%
B=72.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0379810.6200.62217.3510019.22
Hex02562643E03Ed96413
Octal0451421447607633114423
Binary010010111000101100100111110011111011011001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002562; }

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

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

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

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

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

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

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

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