Html Css Color HEX #00319F Smalt

📋 copy color: '#00319F'

red 0 ◦ green 49 ◦ blue 159

#00319F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #00319F

Tints of Smalt #00319F

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 value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00319F (or 0x00319F) is known color: 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

RGB 0 49 159 -
CMYK 1 0.69 0 0.38
HSL 221.51º 1% 0.31% -
HSV(B) 221.51º 1% 0.62% -
XYZ 7.36 4.7 33.32 -
YUV 46.89 191.27 94.56 -
System Red Green Blue C M Y K H S L
Decimal 0 49 159 1 0.69 0 0.38 221.51 1 0.31
Hex 0 31 9F 64 45 0 26 DE 64 1F
Octal 0 61 237 144 105 0 46 336 144 37
Binary 0 110001 10011111 1100100 1000101 0 100110 11011110 1100100 11111

Color Harmonies of #00319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00319F

Black with #00319F

Text Example


Text Example

White with #00319F

Text Example


Text Example

HTML Codes & Css Web 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>