Html Css Color HEX #013485 Smalt

📋 copy color: '#013485'

red 1 ◦ green 52 ◦ blue 133

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

Shades of Smalt #013485

Tints of Smalt #013485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 133 (52.34% from 255) = 71.51%

R = 0.54%
G = 27.96%
B = 71.51%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#013485 (or 0x013485) is known color: Smalt. HEX triplet: 01, 34 and 85. RGB value is (1,52,133). Sum of RGB (Red+Green+Blue) = 1+52+133=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #013485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013485 is #FECB7A. Grayscale: #2D2D2D. Windows color (decimal): -16698235 or 8729601. OLE color: 8729601.

HSL color Cylindrical-coordinate representation of color #013485: hue angle of 216.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013485 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 52 133 -
CMYK 0.99 0.61 0 0.48
HSL 216.82º 0.99% 0.26% -
HSV(B) 216.82º 0.99% 0.52% -
XYZ 5.47 4.16 22.7 -
YUV 45.99 177.1 95.91 -
System Red Green Blue C M Y K H S L
Decimal 1 52 133 0.99 0.61 0 0.48 216.82 0.99 0.26
Hex 1 34 85 63 3D 0 30 D9 63 1A
Octal 1 64 205 143 75 0 60 331 143 32
Binary 1 110100 10000101 1100011 111101 0 110000 11011001 1100011 11010

Color Harmonies of #013485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013485

Black with #013485

Text Example


Text Example

White with #013485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013485; }

 p { color: rgb(1,52,133); }

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

background-color css

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

 a { background-color: rgb(1,52,133); }

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

border-color css

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

 span { border-color: rgb(1,52,133); }

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