#02297B

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

Shades of Sapphire #02297B

Tints of Sapphire #02297B

Color information

#02297B (or 0x02297B) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 7B. RGB value is (2,41,123). Sum of RGB (Red+Green+Blue) = 2+41+123=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #02297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02297B is #FDD684. Grayscale: #262626. Windows color (decimal): -16635525 or 8071426. OLE color: 8071426.

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

Color convert

RGB241123-
CMYK0.980.6700.52
HSL220.66º96.8%24.51%-
HSV(B)220.66º98.37%48.24%-
XYZ4.393.0319.09-
YUV38.69175.58101.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 123 (48.44% from 255) = 74.10%
R=1.20%
G=24.70%
B=74.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2411230.980.6700.52220.6696.824.51
Hex2297B6243034dd6119
Octal25117314210306433514131
Binary10101001111101111000101000011011010011011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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