Html Css Color HEX #003CA0 Smalt

📋 copy color: '#003CA0'

red 0 ◦ green 60 ◦ blue 160

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

Shades of Smalt #003CA0

Tints of Smalt #003CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 72.73%

R = 0%
G = 27.27%
B = 72.73%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#003CA0 (or 0x003CA0) is known color: Smalt. HEX triplet: 00, 3C and A0. RGB value is (0,60,160). Sum of RGB (Red+Green+Blue) = 0+60+160=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 160 (62.89% from 255 or 72.73% from 220); Max value from RGB is 160 - color contains mainly: blue. Hex color #003CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CA0 is #FFC35F. Grayscale: #353535. Windows color (decimal): -16761696 or 10501120. OLE color: 10501120.

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

Color convert

RGB 0 60 160 -
CMYK 1 0.62 0 0.37
HSL 217.5º 1% 0.31% -
HSV(B) 217.5º 1% 0.63% -
XYZ 7.96 5.77 33.95 -
YUV 53.46 188.12 89.87 -
System Red Green Blue C M Y K H S L
Decimal 0 60 160 1 0.62 0 0.37 217.5 1 0.31
Hex 0 3C A0 64 3E 0 25 DA 64 1F
Octal 0 74 240 144 76 0 45 332 144 37
Binary 0 111100 10100000 1100100 111110 0 100101 11011010 1100100 11111

Color Harmonies of #003CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CA0

Black with #003CA0

Text Example


Text Example

White with #003CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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