Html Css Color HEX #013183 Smalt

📋 copy color: '#013183'

red 1 ◦ green 49 ◦ blue 131

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

Shades of Smalt #013183

Tints of Smalt #013183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

 BLUE value IS 131 (51.56% from 255) = 72.38%

R = 0.55%
G = 27.07%
B = 72.38%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#013183 (or 0x013183) is known color: Smalt. HEX triplet: 01, 31 and 83. RGB value is (1,49,131). Sum of RGB (Red+Green+Blue) = 1+49+131=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #013183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013183 is #FECE7C. Grayscale: #2B2B2B. Windows color (decimal): -16699005 or 8597761. OLE color: 8597761.

HSL color Cylindrical-coordinate representation of color #013183: hue angle of 217.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013183 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 49 131 -
CMYK 0.99 0.63 0 0.49
HSL 217.85º 0.98% 0.26% -
HSV(B) 217.85º 0.99% 0.51% -
XYZ 5.21 3.84 21.94 -
YUV 44 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 1 49 131 0.99 0.63 0 0.49 217.85 0.98 0.26
Hex 1 31 83 63 3F 0 31 DA 62 1A
Octal 1 61 203 143 77 0 61 332 142 32
Binary 1 110001 10000011 1100011 111111 0 110001 11011010 1100010 11010

Color Harmonies of #013183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013183

Black with #013183

Text Example


Text Example

White with #013183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013183; }

 p { color: rgb(1,49,131); }

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

background-color css

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

 a { background-color: rgb(1,49,131); }

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

border-color css

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

 span { border-color: rgb(1,49,131); }

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