#02297A

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

Shades of Sapphire #02297A

Tints of Sapphire #02297A

Color information

#02297A (or 0x02297A) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 7A. RGB value is (2,41,122). Sum of RGB (Red+Green+Blue) = 2+41+122=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #02297A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02297A is #FDD685. Grayscale: #262626. Windows color (decimal): -16635526 or 8005890. OLE color: 8005890.

HSL color Cylindrical-coordinate representation of color #02297A: hue angle of 220.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02297A is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB241122-
CMYK0.980.6600.52
HSL220.5º96.77%24.31%-
HSV(B)220.5º98.36%47.84%-
XYZ4.33318.76-
YUV38.57175.08101.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 122 (48.05% from 255) = 73.94%
R=1.21%
G=24.85%
B=73.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2411220.980.6600.52220.596.7724.31
Hex2297A6242034dc6118
Octal25117214210206433414130
Binary10101001111101011000101000010011010011011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02297A; }

 p { color: rgb(2,41,122); }

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

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

 a { background-color: rgb(2,41,122); }

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

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

 span { border-color: rgb(2,41,122); }

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