Html Css Color HEX #003599 Smalt

📋 copy color: '#003599'

red 0 ◦ green 53 ◦ blue 153

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

Shades of Smalt #003599

Tints of Smalt #003599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 0%
G = 25.73%
B = 74.27%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#003599 (or 0x003599) is known color: Smalt. HEX triplet: 00, 35 and 99. RGB value is (0,53,153). Sum of RGB (Red+Green+Blue) = 0+53+153=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #003599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003599 is #FFCA66. Grayscale: #303030. Windows color (decimal): -16763495 or 10040576. OLE color: 10040576.

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

Color convert

RGB 0 53 153 -
CMYK 1 0.65 0 0.4
HSL 219.22º 1% 0.3% -
HSV(B) 219.22º 1% 0.6% -
XYZ 7.02 4.85 30.7 -
YUV 48.55 186.94 93.37 -
System Red Green Blue C M Y K H S L
Decimal 0 53 153 1 0.65 0 0.4 219.22 1 0.3
Hex 0 35 99 64 41 0 28 DB 64 1E
Octal 0 65 231 144 101 0 50 333 144 36
Binary 0 110101 10011001 1100100 1000001 0 101000 11011011 1100100 11110

Color Harmonies of #003599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003599

Black with #003599

Text Example


Text Example

White with #003599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003599; }

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

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

background-color css

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

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

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

border-color css

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

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

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