Html Css Color HEX #003C95 Smalt

📋 copy color: '#003C95'

red 0 ◦ green 60 ◦ blue 149

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

Shades of Smalt #003C95

Tints of Smalt #003C95

RGB

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

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

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

R = 0%
G = 28.71%
B = 71.29%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003C95 (or 0x003C95) is known color: Smalt. HEX triplet: 00, 3C and 95. RGB value is (0,60,149). Sum of RGB (Red+Green+Blue) = 0+60+149=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #003C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C95 is #FFC36A. Grayscale: #333333. Windows color (decimal): -16761707 or 9780224. OLE color: 9780224.

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

Color convert

RGB 0 60 149 -
CMYK 1 0.60 0 0.42
HSL 215.84º 1% 0.29% -
HSV(B) 215.84º 1% 0.58% -
XYZ 7.04 5.4 29.11 -
YUV 52.21 182.62 90.76 -
System Red Green Blue C M Y K H S L
Decimal 0 60 149 1 0.60 0 0.42 215.84 1 0.29
Hex 0 3C 95 64 3C 0 2A D8 64 1D
Octal 0 74 225 144 74 0 52 330 144 35
Binary 0 111100 10010101 1100100 111100 0 101010 11011000 1100100 11101

Color Harmonies of #003C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C95

Black with #003C95

Text Example


Text Example

White with #003C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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