Html Css Color HEX #013C8B Smalt

📋 copy color: '#013C8B'

red 1 ◦ green 60 ◦ blue 139

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

Shades of Smalt #013C8B

Tints of Smalt #013C8B

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 60 (23.83% from 255) = 30%

 BLUE value IS 139 (54.69% from 255) = 69.5%

R = 0.5%
G = 30%
B = 69.5%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#013C8B (or 0x013C8B) is known color: Smalt. HEX triplet: 01, 3C and 8B. RGB value is (1,60,139). Sum of RGB (Red+Green+Blue) = 1+60+139=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #013C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C8B is #FEC374. Grayscale: #323232. Windows color (decimal): -16696181 or 9124865. OLE color: 9124865.

HSL color Cylindrical-coordinate representation of color #013C8B: hue angle of 214.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C8B is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 60 139 -
CMYK 0.99 0.57 0 0.45
HSL 214.35º 0.99% 0.27% -
HSV(B) 214.35º 0.99% 0.55% -
XYZ 6.29 5.1 25.08 -
YUV 51.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 1 60 139 0.99 0.57 0 0.45 214.35 0.99 0.27
Hex 1 3C 8B 63 39 0 2D D6 63 1B
Octal 1 74 213 143 71 0 55 326 143 33
Binary 1 111100 10001011 1100011 111001 0 101101 11010110 1100011 11011

Color Harmonies of #013C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C8B

Black with #013C8B

Text Example


Text Example

White with #013C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013C8B; }

 p { color: rgb(1,60,139); }

 H1.HeaderClassName
 {
   color: #013C8B;
 }
 .AnyTagClassName
 {
   color: #013C8B;
 }
</style>

background-color css

<style>
 a { background-color: #013C8B; }

 a { background-color: rgb(1,60,139); }

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

border-color css

<style>
 span { border-color: #013C8B; }

 span { border-color: rgb(1,60,139); }

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