#00225D

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

Shades of Sapphire #00225D

Tints of Sapphire #00225D

Color information

#00225D (or 0x00225D) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 5D. RGB value is (0,34,93). Sum of RGB (Red+Green+Blue) = 0+34+93=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #00225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00225D is #FFDDA2. Grayscale: #1E1E1E. Windows color (decimal): -16768419 or 6103552. OLE color: 6103552.

HSL color Cylindrical-coordinate representation of color #00225D: hue angle of 218.06º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00225D is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB03493-
CMYK10.6300.64
HSL218.06º100%18.24%-
HSV(B)218.06º100%36.47%-
XYZ2.551.9310.6-
YUV30.56163.24106.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 93 (36.72% from 255) = 73.23%
R=0%
G=26.77%
B=73.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0349310.6300.64218.0610018.24
Hex0225D643F040da6412
Octal04213514477010033214422
Binary0100010101110111001001111110100000011011010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00225D; }

 p { color: rgb(0,34,93); }

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

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

 a { background-color: rgb(0,34,93); }

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

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

 span { border-color: rgb(0,34,93); }

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