#00319A

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

Shades of Smalt #00319A

Tints of Smalt #00319A

Color information

#00319A (or 0x00319A) is unknown color: approx Smalt. HEX triplet: 00, 31 and 9A. RGB value is (0,49,154). Sum of RGB (Red+Green+Blue) = 0+49+154=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #00319A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00319A is #FFCE65. Grayscale: #2D2D2D. Windows color (decimal): -16764518 or 10105088. OLE color: 10105088.

HSL color Cylindrical-coordinate representation of color #00319A: hue angle of 220.91º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00319A is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB049154-
CMYK10.6800.40
HSL220.91º100%30.2%-
HSV(B)220.91º100%60.39%-
XYZ6.934.5331.08-
YUV46.32188.7794.96-

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) = 24.14%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=0%
G=24.14%
B=75.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal04915410.6800.40220.9110030.2
Hex0319A6444028dd641e
Octal06123214410405033514436
Binary01100011001101011001001000100010100011011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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