#00228B

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

Shades of Smalt #00228B

Tints of Smalt #00228B

Color information

#00228B (or 0x00228B) is unknown color: approx Smalt. HEX triplet: 00, 22 and 8B. RGB value is (0,34,139). Sum of RGB (Red+Green+Blue) = 0+34+139=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #00228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00228B is #FFDD74. Grayscale: #232323. Windows color (decimal): -16768373 or 9118208. OLE color: 9118208.

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

Color convert

RGB034139-
CMYK10.7600.45
HSL225.32º100%27.25%-
HSV(B)225.32º100%54.51%-
XYZ5.233.0124.73-
YUV35.8186.24102.46-

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) = 19.65%
BLUE value IS 139 (54.69% from 255) = 80.35%
R=0%
G=19.65%
B=80.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal03413910.7600.45225.3210027.25
Hex0228B644C02De1641b
Octal04221314411405534114433
Binary01000101000101111001001001100010110111100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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