#00319C

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

Shades of Smalt #00319C

Tints of Smalt #00319C

Color information

#00319C (or 0x00319C) is unknown color: approx Smalt. HEX triplet: 00, 31 and 9C. RGB value is (0,49,156). Sum of RGB (Red+Green+Blue) = 0+49+156=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #00319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00319C is #FFCE63. Grayscale: #2E2E2E. Windows color (decimal): -16764516 or 10236160. OLE color: 10236160.

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

Color convert

RGB049156-
CMYK10.6900.39
HSL221.15º100%30.59%-
HSV(B)221.15º100%61.18%-
XYZ7.14.631.97-
YUV46.55189.7794.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 156 (61.33% from 255) = 76.10%
R=0%
G=23.90%
B=76.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal04915610.6900.39221.1510030.59
Hex0319C6445027dd641f
Octal06123414410504733514437
Binary01100011001110011001001000101010011111011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,49,156); }

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

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

 a { background-color: rgb(0,49,156); }

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

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

 span { border-color: rgb(0,49,156); }

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