#022A65

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

Shades of Sapphire #022A65

Tints of Sapphire #022A65

Color information

#022A65 (or 0x022A65) is unknown color: approx Sapphire. HEX triplet: 02, 2A and 65. RGB value is (2,42,101). Sum of RGB (Red+Green+Blue) = 2+42+101=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #022A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A65 is #FDD59A. Grayscale: #242424. Windows color (decimal): -16635291 or 6629890. OLE color: 6629890.

HSL color Cylindrical-coordinate representation of color #022A65: hue angle of 215.76º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A65 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB242101-
CMYK0.980.5800.60
HSL215.76º96.12%20.2%-
HSV(B)215.76º98.02%39.61%-
XYZ3.22.6112.65-
YUV36.77164.25103.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 101 (39.84% from 255) = 69.66%
R=1.38%
G=28.97%
B=69.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2421010.980.5800.60215.7696.1220.2
Hex22A65623A03Cd86014
Octal2521451427207433014024
Binary1010101011001011100010111010011110011011000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022A65; }

 p { color: rgb(2,42,101); }

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

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

 a { background-color: rgb(2,42,101); }

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

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

 span { border-color: rgb(2,42,101); }

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