Html Css Color HEX #003C99 Smalt

📋 copy color: '#003C99'

red 0 ◦ green 60 ◦ blue 153

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

Shades of Smalt #003C99

Tints of Smalt #003C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.17%

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

R = 0%
G = 28.17%
B = 71.83%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#003C99 (or 0x003C99) is known color: Smalt. HEX triplet: 00, 3C and 99. RGB value is (0,60,153). Sum of RGB (Red+Green+Blue) = 0+60+153=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #003C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C99 is #FFC366. Grayscale: #343434. Windows color (decimal): -16761703 or 10042368. OLE color: 10042368.

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

Color convert

RGB 0 60 153 -
CMYK 1 0.61 0 0.4
HSL 216.47º 1% 0.3% -
HSV(B) 216.47º 1% 0.6% -
XYZ 7.37 5.53 30.82 -
YUV 52.66 184.62 90.44 -
System Red Green Blue C M Y K H S L
Decimal 0 60 153 1 0.61 0 0.4 216.47 1 0.3
Hex 0 3C 99 64 3D 0 28 D8 64 1E
Octal 0 74 231 144 75 0 50 330 144 36
Binary 0 111100 10011001 1100100 111101 0 101000 11011000 1100100 11110

Color Harmonies of #003C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C99

Black with #003C99

Text Example


Text Example

White with #003C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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