Html Css Color HEX #003BA1 Smalt

📋 copy color: '#003BA1'

red 0 ◦ green 59 ◦ blue 161

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

Shades of Smalt #003BA1

Tints of Smalt #003BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

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

R = 0%
G = 26.82%
B = 73.18%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#003BA1 (or 0x003BA1) is known color: Smalt. HEX triplet: 00, 3B and A1. RGB value is (0,59,161). Sum of RGB (Red+Green+Blue) = 0+59+161=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #003BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BA1 is #FFC45E. Grayscale: #343434. Windows color (decimal): -16761951 or 10566400. OLE color: 10566400.

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

Color convert

RGB 0 59 161 -
CMYK 1 0.63 0 0.37
HSL 218.01º 1% 0.32% -
HSV(B) 218.01º 1% 0.63% -
XYZ 8 5.7 34.4 -
YUV 52.99 188.95 90.21 -
System Red Green Blue C M Y K H S L
Decimal 0 59 161 1 0.63 0 0.37 218.01 1 0.32
Hex 0 3B A1 64 3F 0 25 DA 64 20
Octal 0 73 241 144 77 0 45 332 144 40
Binary 0 111011 10100001 1100100 111111 0 100101 11011010 1100100 100000

Color Harmonies of #003BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BA1

Black with #003BA1

Text Example


Text Example

White with #003BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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