#002462

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

Shades of Sapphire #002462

Tints of Sapphire #002462

Color information

#002462 (or 0x002462) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 62. RGB value is (0,36,98). Sum of RGB (Red+Green+Blue) = 0+36+98=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #002462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002462 is #FFDB9D. Grayscale: #202020. Windows color (decimal): -16767902 or 6431744. OLE color: 6431744.

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

Color convert

RGB03698-
CMYK10.6300.62
HSL217.96º100%19.22%-
HSV(B)217.96º100%38.43%-
XYZ2.842.1411.82-
YUV32.3165.07104.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 98 (38.67% from 255) = 73.13%
R=0%
G=26.87%
B=73.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0369810.6300.62217.9610019.22
Hex02462643F03Eda6413
Octal0441421447707633214423
Binary010010011000101100100111111011111011011010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002462; }

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

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

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

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

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

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

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

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