#00319F

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

Shades of Smalt #00319F

Tints of Smalt #00319F

Color information

#00319F (or 0x00319F) is unknown color: approx Smalt. HEX triplet: 00, 31 and 9F. RGB value is (0,49,159). Sum of RGB (Red+Green+Blue) = 0+49+159=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #00319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00319F is #FFCE60. Grayscale: #2E2E2E. Windows color (decimal): -16764513 or 10432768. OLE color: 10432768.

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

Color convert

RGB049159-
CMYK10.6900.38
HSL221.51º100%31.18%-
HSV(B)221.51º100%62.35%-
XYZ7.364.733.32-
YUV46.89191.2794.56-

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.56%
BLUE value IS 159 (62.5% from 255) = 76.44%
R=0%
G=23.56%
B=76.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal04915910.6900.38221.5110031.18
Hex0319F6445026de641f
Octal06123714410504633614437
Binary01100011001111111001001000101010011011011110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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