#00225C

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

Shades of Sapphire #00225C

Tints of Sapphire #00225C

Color information

#00225C (or 0x00225C) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 5C. RGB value is (0,34,92). Sum of RGB (Red+Green+Blue) = 0+34+92=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #00225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00225C is #FFDDA3. Grayscale: #1E1E1E. Windows color (decimal): -16768420 or 6038016. OLE color: 6038016.

HSL color Cylindrical-coordinate representation of color #00225C: hue angle of 217.83º 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 #00225C is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB03492-
CMYK10.6300.64
HSL217.83º100%18.04%-
HSV(B)217.83º100%36.08%-
XYZ2.51.9210.36-
YUV30.45162.74106.28-

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.98%
BLUE value IS 92 (36.33% from 255) = 73.02%
R=0%
G=26.98%
B=73.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0349210.6300.64217.8310018.04
Hex0225C643F040da6412
Octal04213414477010033214422
Binary0100010101110011001001111110100000011011010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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