#00224B

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

Shades of Sapphire #00224B

Tints of Sapphire #00224B

Color information

#00224B (or 0x00224B) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 4B. RGB value is (0,34,75). Sum of RGB (Red+Green+Blue) = 0+34+75=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #00224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00224B is #FFDDB4. Grayscale: #1C1C1C. Windows color (decimal): -16768437 or 4923904. OLE color: 4923904.

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

Color convert

RGB03475-
CMYK10.5500.71
HSL212.8º100%14.71%-
HSV(B)212.8º100%29.41%-
XYZ1.841.656.88-
YUV28.51154.24107.67-

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) = 31.19%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=0%
G=31.19%
B=68.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0347510.5500.71212.810014.71
Hex0224B6437047d564f
Octal04211314467010732514417
Binary010001010010111100100110111010001111101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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