Html Css Color HEX #013288 Smalt

📋 copy color: '#013288'

red 1 ◦ green 50 ◦ blue 136

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

Shades of Smalt #013288

Tints of Smalt #013288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 0.53%
G = 26.74%
B = 72.73%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013288 (or 0x013288) is known color: Smalt. HEX triplet: 01, 32 and 88. RGB value is (1,50,136). Sum of RGB (Red+Green+Blue) = 1+50+136=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #013288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013288 is #FECD77. Grayscale: #2C2C2C. Windows color (decimal): -16698744 or 8925697. OLE color: 8925697.

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

Color convert

RGB 1 50 136 -
CMYK 0.99 0.63 0 0.47
HSL 218.22º 0.99% 0.27% -
HSV(B) 218.22º 0.99% 0.53% -
XYZ 5.6 4.07 23.78 -
YUV 45.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 1 50 136 0.99 0.63 0 0.47 218.22 0.99 0.27
Hex 1 32 88 63 3F 0 2F DA 63 1B
Octal 1 62 210 143 77 0 57 332 143 33
Binary 1 110010 10001000 1100011 111111 0 101111 11011010 1100011 11011

Color Harmonies of #013288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013288

Black with #013288

Text Example


Text Example

White with #013288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013288; }

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

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

background-color css

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

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

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

border-color css

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

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

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