Html Css Color HEX #003C9E Smalt

📋 copy color: '#003C9E'

red 0 ◦ green 60 ◦ blue 158

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

Shades of Smalt #003C9E

Tints of Smalt #003C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.48%

R = 0%
G = 27.52%
B = 72.48%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#003C9E (or 0x003C9E) is known color: Smalt. HEX triplet: 00, 3C and 9E. RGB value is (0,60,158). Sum of RGB (Red+Green+Blue) = 0+60+158=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #003C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C9E is #FFC361. Grayscale: #343434. Windows color (decimal): -16761698 or 10370048. OLE color: 10370048.

HSL color Cylindrical-coordinate representation of color #003C9E: hue angle of 217.22º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C9E is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 60 158 -
CMYK 1 0.62 0 0.38
HSL 217.22º 1% 0.31% -
HSV(B) 217.22º 1% 0.62% -
XYZ 7.79 5.7 33.04 -
YUV 53.23 187.12 90.03 -
System Red Green Blue C M Y K H S L
Decimal 0 60 158 1 0.62 0 0.38 217.22 1 0.31
Hex 0 3C 9E 64 3E 0 26 D9 64 1F
Octal 0 74 236 144 76 0 46 331 144 37
Binary 0 111100 10011110 1100100 111110 0 100110 11011001 1100100 11111

Color Harmonies of #003C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C9E

Black with #003C9E

Text Example


Text Example

White with #003C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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