Html Css Color HEX #003195 Smalt

📋 copy color: '#003195'

red 0 ◦ green 49 ◦ blue 149

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

Shades of Smalt #003195

Tints of Smalt #003195

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 24.75%

 BLUE value IS 149 (58.59% from 255) = 75.25%

R = 0%
G = 24.75%
B = 75.25%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003195 (or 0x003195) is known color: Smalt. HEX triplet: 00, 31 and 95. RGB value is (0,49,149). Sum of RGB (Red+Green+Blue) = 0+49+149=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #003195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003195 is #FFCE6A. Grayscale: #2D2D2D. Windows color (decimal): -16764523 or 9777408. OLE color: 9777408.

HSL color Cylindrical-coordinate representation of color #003195: hue angle of 220.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003195 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 49 149 -
CMYK 1 0.67 0 0.42
HSL 220.27º 1% 0.29% -
HSV(B) 220.27º 1% 0.58% -
XYZ 6.52 4.37 28.93 -
YUV 45.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 0 49 149 1 0.67 0 0.42 220.27 1 0.29
Hex 0 31 95 64 43 0 2A DC 64 1D
Octal 0 61 225 144 103 0 52 334 144 35
Binary 0 110001 10010101 1100100 1000011 0 101010 11011100 1100100 11101

Color Harmonies of #003195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003195

Black with #003195

Text Example


Text Example

White with #003195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003195; }

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

 H1.HeaderClassName
 {
   color: #003195;
 }
 .AnyTagClassName
 {
   color: #003195;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #003195;
 }
 .BgClassName
 {
   background-color: #003195;
 }
</style>

border-color css

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

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

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