Html Css Color HEX #003BA3 Smalt

📋 copy color: '#003BA3'

red 0 ◦ green 59 ◦ blue 163

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

Shades of Smalt #003BA3

Tints of Smalt #003BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 73.42%

R = 0%
G = 26.58%
B = 73.42%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#003BA3 (or 0x003BA3) is known color: Smalt. HEX triplet: 00, 3B and A3. RGB value is (0,59,163). Sum of RGB (Red+Green+Blue) = 0+59+163=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 163 (64.06% from 255 or 73.42% from 222); Max value from RGB is 163 - color contains mainly: blue. Hex color #003BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BA3 is #FFC45C. Grayscale: #343434. Windows color (decimal): -16761949 or 10697472. OLE color: 10697472.

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

Color convert

RGB 0 59 163 -
CMYK 1 0.64 0 0.36
HSL 218.28º 1% 0.32% -
HSV(B) 218.28º 1% 0.64% -
XYZ 8.17 5.77 35.33 -
YUV 53.22 189.95 90.04 -
System Red Green Blue C M Y K H S L
Decimal 0 59 163 1 0.64 0 0.36 218.28 1 0.32
Hex 0 3B A3 64 40 0 24 DA 64 20
Octal 0 73 243 144 100 0 44 332 144 40
Binary 0 111011 10100011 1100100 1000000 0 100100 11011010 1100100 100000

Color Harmonies of #003BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BA3

Black with #003BA3

Text Example


Text Example

White with #003BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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