#00288F

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

Shades of Smalt #00288F

Tints of Smalt #00288F

Color information

#00288F (or 0x00288F) is unknown color: approx Smalt. HEX triplet: 00, 28 and 8F. RGB value is (0,40,143). Sum of RGB (Red+Green+Blue) = 0+40+143=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #00288F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00288F is #FFD770. Grayscale: #272727. Windows color (decimal): -16766833 or 9381888. OLE color: 9381888.

HSL color Cylindrical-coordinate representation of color #00288F: hue angle of 223.22º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00288F is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB040143-
CMYK10.7200.44
HSL223.22º100%28.04%-
HSV(B)223.22º100%56.08%-
XYZ5.723.526.36-
YUV39.78186.2599.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 143 (56.25% from 255) = 78.14%
R=0%
G=21.86%
B=78.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal04014310.7200.44223.2210028.04
Hex0288F644802Cdf641c
Octal05021714411005433714434
Binary01010001000111111001001001000010110011011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,40,143); }

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

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

 a { background-color: rgb(0,40,143); }

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

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

 span { border-color: rgb(0,40,143); }

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