Html Css Color HEX #003A8A Smalt

📋 copy color: '#003A8A'

red 0 ◦ green 58 ◦ blue 138

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

Shades of Smalt #003A8A

Tints of Smalt #003A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 70.41%

R = 0%
G = 29.59%
B = 70.41%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#003A8A (or 0x003A8A) is known color: Smalt. HEX triplet: 00, 3A and 8A. RGB value is (0,58,138). Sum of RGB (Red+Green+Blue) = 0+58+138=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #003A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A8A is #FFC575. Grayscale: #313131. Windows color (decimal): -16762230 or 9058816. OLE color: 9058816.

HSL color Cylindrical-coordinate representation of color #003A8A: hue angle of 214.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A8A is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 58 138 -
CMYK 1 0.58 0 0.46
HSL 214.78º 1% 0.27% -
HSV(B) 214.78º 1% 0.54% -
XYZ 6.1 4.86 24.66 -
YUV 49.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 0 58 138 1 0.58 0 0.46 214.78 1 0.27
Hex 0 3A 8A 64 3A 0 2E D7 64 1B
Octal 0 72 212 144 72 0 56 327 144 33
Binary 0 111010 10001010 1100100 111010 0 101110 11010111 1100100 11011

Color Harmonies of #003A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A8A

Black with #003A8A

Text Example


Text Example

White with #003A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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