Html Css Color HEX #013385 Smalt

📋 copy color: '#013385'

red 1 ◦ green 51 ◦ blue 133

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

Shades of Smalt #013385

Tints of Smalt #013385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 0.54%
G = 27.57%
B = 71.89%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#013385 (or 0x013385) is known color: Smalt. HEX triplet: 01, 33 and 85. RGB value is (1,51,133). Sum of RGB (Red+Green+Blue) = 1+51+133=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #013385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013385 is #FECC7A. Grayscale: #2D2D2D. Windows color (decimal): -16698491 or 8729345. OLE color: 8729345.

HSL color Cylindrical-coordinate representation of color #013385: hue angle of 217.27º 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 #013385 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 51 133 -
CMYK 0.99 0.62 0 0.48
HSL 217.27º 0.99% 0.26% -
HSV(B) 217.27º 0.99% 0.52% -
XYZ 5.43 4.07 22.69 -
YUV 45.4 177.44 96.33 -
System Red Green Blue C M Y K H S L
Decimal 1 51 133 0.99 0.62 0 0.48 217.27 0.99 0.26
Hex 1 33 85 63 3E 0 30 D9 63 1A
Octal 1 63 205 143 76 0 60 331 143 32
Binary 1 110011 10000101 1100011 111110 0 110000 11011001 1100011 11010

Color Harmonies of #013385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013385

Black with #013385

Text Example


Text Example

White with #013385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013385; }

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

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

background-color css

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

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

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

border-color css

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

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

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