#00228C

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

Shades of Smalt #00228C

Tints of Smalt #00228C

Color information

#00228C (or 0x00228C) is unknown color: approx Smalt. HEX triplet: 00, 22 and 8C. RGB value is (0,34,140). Sum of RGB (Red+Green+Blue) = 0+34+140=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #00228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00228C is #FFDD73. Grayscale: #232323. Windows color (decimal): -16768372 or 9183744. OLE color: 9183744.

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

Color convert

RGB034140-
CMYK10.7600.45
HSL225.43º100%27.45%-
HSV(B)225.43º100%54.9%-
XYZ5.313.0425.12-
YUV35.92186.74102.38-

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.54%
BLUE value IS 140 (55.08% from 255) = 80.46%
R=0%
G=19.54%
B=80.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal03414010.7600.45225.4310027.45
Hex0228C644C02De1641b
Octal04221414411405534114433
Binary01000101000110011001001001100010110111100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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