#022462

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

Shades of Sapphire #022462

Tints of Sapphire #022462

Color information

#022462 (or 0x022462) is unknown color: approx Sapphire. HEX triplet: 02, 24 and 62. RGB value is (2,36,98). Sum of RGB (Red+Green+Blue) = 2+36+98=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #022462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022462 is #FDDB9D. Grayscale: #202020. Windows color (decimal): -16636830 or 6431746. OLE color: 6431746.

HSL color Cylindrical-coordinate representation of color #022462: hue angle of 218.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022462 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB23698-
CMYK0.980.6300.62
HSL218.75º96%19.61%-
HSV(B)218.75º97.96%38.43%-
XYZ2.862.1611.82-
YUV32.9164.74105.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 98 (38.67% from 255) = 72.06%
R=1.47%
G=26.47%
B=72.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal236980.980.6300.62218.759619.61
Hex22462623F03Edb6014
Octal2441421427707633314024
Binary1010010011000101100010111111011111011011011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022462; }

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

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

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

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

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

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

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

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