Html Css Color HEX #003A9E Smalt

📋 copy color: '#003A9E'

red 0 ◦ green 58 ◦ blue 158

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

Shades of Smalt #003A9E

Tints of Smalt #003A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 73.15%

R = 0%
G = 26.85%
B = 73.15%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#003A9E (or 0x003A9E) is known color: Smalt. HEX triplet: 00, 3A and 9E. RGB value is (0,58,158). Sum of RGB (Red+Green+Blue) = 0+58+158=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #003A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A9E is #FFC561. Grayscale: #333333. Windows color (decimal): -16762210 or 10369536. OLE color: 10369536.

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

Color convert

RGB 0 58 158 -
CMYK 1 0.63 0 0.38
HSL 217.97º 1% 0.31% -
HSV(B) 217.97º 1% 0.62% -
XYZ 7.68 5.49 33 -
YUV 52.06 187.78 90.87 -
System Red Green Blue C M Y K H S L
Decimal 0 58 158 1 0.63 0 0.38 217.97 1 0.31
Hex 0 3A 9E 64 3F 0 26 DA 64 1F
Octal 0 72 236 144 77 0 46 332 144 37
Binary 0 111010 10011110 1100100 111111 0 100110 11011010 1100100 11111

Color Harmonies of #003A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A9E

Black with #003A9E

Text Example


Text Example

White with #003A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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