Html Css Color HEX #003AA0 Smalt

📋 copy color: '#003AA0'

red 0 ◦ green 58 ◦ blue 160

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

Shades of Smalt #003AA0

Tints of Smalt #003AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

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

R = 0%
G = 26.61%
B = 73.39%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#003AA0 (or 0x003AA0) is known color: Smalt. HEX triplet: 00, 3A and A0. RGB value is (0,58,160). Sum of RGB (Red+Green+Blue) = 0+58+160=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 160 (62.89% from 255 or 73.39% from 218); Max value from RGB is 160 - color contains mainly: blue. Hex color #003AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AA0 is #FFC55F. Grayscale: #333333. Windows color (decimal): -16762208 or 10500608. OLE color: 10500608.

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

Color convert

RGB 0 58 160 -
CMYK 1 0.64 0 0.37
HSL 218.25º 1% 0.31% -
HSV(B) 218.25º 1% 0.63% -
XYZ 7.86 5.56 33.92 -
YUV 52.29 188.78 90.71 -
System Red Green Blue C M Y K H S L
Decimal 0 58 160 1 0.64 0 0.37 218.25 1 0.31
Hex 0 3A A0 64 40 0 25 DA 64 1F
Octal 0 72 240 144 100 0 45 332 144 37
Binary 0 111010 10100000 1100100 1000000 0 100101 11011010 1100100 11111

Color Harmonies of #003AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AA0

Black with #003AA0

Text Example


Text Example

White with #003AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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