#00224F

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

Shades of Sapphire #00224F

Tints of Sapphire #00224F

Color information

#00224F (or 0x00224F) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 4F. RGB value is (0,34,79). Sum of RGB (Red+Green+Blue) = 0+34+79=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 79 (31.25% from 255 or 69.91% from 113); Max value from RGB is 79 - color contains mainly: blue. Hex color #00224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00224F is #FFDDB0. Grayscale: #1C1C1C. Windows color (decimal): -16768433 or 5186048. OLE color: 5186048.

HSL color Cylindrical-coordinate representation of color #00224F: hue angle of 214.18º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00224F is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB03479-
CMYK10.5700.69
HSL214.18º100%15.49%-
HSV(B)214.18º100%30.98%-
XYZ1.981.717.62-
YUV28.96156.24107.34-

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) = 30.09%
BLUE value IS 79 (31.25% from 255) = 69.91%
R=0%
G=30.09%
B=69.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0347910.5700.69214.1810015.49
Hex0224F6439045d664f
Octal04211714471010532614417
Binary010001010011111100100111001010001011101011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00224F; }

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

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

<style>
 a { background-color: #00224F; }

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

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

<style>
 span { border-color: #00224F; }

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

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