Html Css Color HEX #013085 Smalt

📋 copy color: '#013085'

red 1 ◦ green 48 ◦ blue 133

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

Shades of Smalt #013085

Tints of Smalt #013085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

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

R = 0.55%
G = 26.37%
B = 73.08%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#013085 (or 0x013085) is known color: Smalt. HEX triplet: 01, 30 and 85. RGB value is (1,48,133). Sum of RGB (Red+Green+Blue) = 1+48+133=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #013085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013085 is #FECF7A. Grayscale: #2B2B2B. Windows color (decimal): -16699259 or 8728577. OLE color: 8728577.

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

Color convert

RGB 1 48 133 -
CMYK 0.99 0.64 0 0.48
HSL 218.64º 0.99% 0.26% -
HSV(B) 218.64º 0.99% 0.52% -
XYZ 5.3 3.81 22.65 -
YUV 43.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 1 48 133 0.99 0.64 0 0.48 218.64 0.99 0.26
Hex 1 30 85 63 40 0 30 DB 63 1A
Octal 1 60 205 143 100 0 60 333 143 32
Binary 1 110000 10000101 1100011 1000000 0 110000 11011011 1100011 11010

Color Harmonies of #013085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013085

Black with #013085

Text Example


Text Example

White with #013085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013085; }

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

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

background-color css

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

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

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

border-color css

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

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

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