Html Css Color HEX #013088 Smalt

📋 copy color: '#013088'

red 1 ◦ green 48 ◦ blue 136

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

Shades of Smalt #013088

Tints of Smalt #013088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 73.51%

R = 0.54%
G = 25.95%
B = 73.51%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013088 (or 0x013088) is known color: Smalt. HEX triplet: 01, 30 and 88. RGB value is (1,48,136). Sum of RGB (Red+Green+Blue) = 1+48+136=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #013088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013088 is #FECF77. Grayscale: #2B2B2B. Windows color (decimal): -16699256 or 8925185. OLE color: 8925185.

HSL color Cylindrical-coordinate representation of color #013088: hue angle of 219.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013088 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 48 136 -
CMYK 0.99 0.65 0 0.47
HSL 219.11º 0.99% 0.27% -
HSV(B) 219.11º 0.99% 0.53% -
XYZ 5.51 3.9 23.75 -
YUV 43.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 1 48 136 0.99 0.65 0 0.47 219.11 0.99 0.27
Hex 1 30 88 63 41 0 2F DB 63 1B
Octal 1 60 210 143 101 0 57 333 143 33
Binary 1 110000 10001000 1100011 1000001 0 101111 11011011 1100011 11011

Color Harmonies of #013088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013088

Black with #013088

Text Example


Text Example

White with #013088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013088; }

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

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

background-color css

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

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

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

border-color css

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

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

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