Html Css Color HEX #003AA1 Smalt

📋 copy color: '#003AA1'

red 0 ◦ green 58 ◦ blue 161

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

Shades of Smalt #003AA1

Tints of Smalt #003AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 73.52%

R = 0%
G = 26.48%
B = 73.52%

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

#003AA1 (or 0x003AA1) is known color: Smalt. HEX triplet: 00, 3A and A1. RGB value is (0,58,161). Sum of RGB (Red+Green+Blue) = 0+58+161=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 161 (63.28% from 255 or 73.52% from 219); Max value from RGB is 161 - color contains mainly: blue. Hex color #003AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AA1 is #FFC55E. Grayscale: #333333. Windows color (decimal): -16762207 or 10566144. OLE color: 10566144.

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

Color convert

RGB 0 58 161 -
CMYK 1 0.64 0 0.37
HSL 218.39º 1% 0.32% -
HSV(B) 218.39º 1% 0.63% -
XYZ 7.95 5.6 34.38 -
YUV 52.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 0 58 161 1 0.64 0 0.37 218.39 1 0.32
Hex 0 3A A1 64 40 0 25 DA 64 20
Octal 0 72 241 144 100 0 45 332 144 40
Binary 0 111010 10100001 1100100 1000000 0 100101 11011010 1100100 100000

Color Harmonies of #003AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AA1

Black with #003AA1

Text Example


Text Example

White with #003AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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