#02256E

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

Shades of Sapphire #02256E

Tints of Sapphire #02256E

Color information

#02256E (or 0x02256E) is unknown color: approx Sapphire. HEX triplet: 02, 25 and 6E. RGB value is (2,37,110). Sum of RGB (Red+Green+Blue) = 2+37+110=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #02256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02256E is #FDDA91. Grayscale: #222222. Windows color (decimal): -16636562 or 7218434. OLE color: 7218434.

HSL color Cylindrical-coordinate representation of color #02256E: hue angle of 220.56º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02256E is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB237110-
CMYK0.980.6600.57
HSL220.56º96.43%21.96%-
HSV(B)220.56º98.18%43.14%-
XYZ3.52.4615.04-
YUV34.86170.4104.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 110 (43.36% from 255) = 73.83%
R=1.34%
G=24.83%
B=73.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2371100.980.6600.57220.5696.4321.96
Hex2256E6242039dd6016
Octal24515614210207133514026
Binary10100101110111011000101000010011100111011101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02256E; }

 p { color: rgb(2,37,110); }

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

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

 a { background-color: rgb(2,37,110); }

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

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

 span { border-color: rgb(2,37,110); }

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