Html Css Color HEX #003299 Smalt

📋 copy color: '#003299'

red 0 ◦ green 50 ◦ blue 153

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

Shades of Smalt #003299

Tints of Smalt #003299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 153 (60.16% from 255) = 75.37%

R = 0%
G = 24.63%
B = 75.37%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#003299 (or 0x003299) is known color: Smalt. HEX triplet: 00, 32 and 99. RGB value is (0,50,153). Sum of RGB (Red+Green+Blue) = 0+50+153=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #003299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003299 is #FFCD66. Grayscale: #2E2E2E. Windows color (decimal): -16764263 or 10039808. OLE color: 10039808.

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

Color convert

RGB 0 50 153 -
CMYK 1 0.67 0 0.4
HSL 220.39º 1% 0.3% -
HSV(B) 220.39º 1% 0.6% -
XYZ 6.89 4.58 30.66 -
YUV 46.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 0 50 153 1 0.67 0 0.4 220.39 1 0.3
Hex 0 32 99 64 43 0 28 DC 64 1E
Octal 0 62 231 144 103 0 50 334 144 36
Binary 0 110010 10011001 1100100 1000011 0 101000 11011100 1100100 11110

Color Harmonies of #003299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003299

Black with #003299

Text Example


Text Example

White with #003299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003299; }

 p { color: rgb(0,50,153); }

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

background-color css

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

 a { background-color: rgb(0,50,153); }

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

border-color css

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

 span { border-color: rgb(0,50,153); }

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