Html Css Color HEX #003395 Smalt

📋 copy color: '#003395'

red 0 ◦ green 51 ◦ blue 149

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

Shades of Smalt #003395

Tints of Smalt #003395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 0%
G = 25.5%
B = 74.5%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003395 (or 0x003395) is known color: Smalt. HEX triplet: 00, 33 and 95. RGB value is (0,51,149). Sum of RGB (Red+Green+Blue) = 0+51+149=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #003395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003395 is #FFCC6A. Grayscale: #2E2E2E. Windows color (decimal): -16764011 or 9777920. OLE color: 9777920.

HSL color Cylindrical-coordinate representation of color #003395: hue angle of 219.46º 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 #003395 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 51 149 -
CMYK 1 0.66 0 0.42
HSL 219.46º 1% 0.29% -
HSV(B) 219.46º 1% 0.58% -
XYZ 6.61 4.54 28.96 -
YUV 46.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 0 51 149 1 0.66 0 0.42 219.46 1 0.29
Hex 0 33 95 64 42 0 2A DB 64 1D
Octal 0 63 225 144 102 0 52 333 144 35
Binary 0 110011 10010101 1100100 1000010 0 101010 11011011 1100100 11101

Color Harmonies of #003395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003395

Black with #003395

Text Example


Text Example

White with #003395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003395; }

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

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

background-color css

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

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

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

border-color css

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

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

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