Html Css Color HEX #013692 Smalt

📋 copy color: '#013692'

red 1 ◦ green 54 ◦ blue 146

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

Shades of Smalt #013692

Tints of Smalt #013692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 146 (57.42% from 255) = 72.64%

R = 0.5%
G = 26.87%
B = 72.64%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013692 (or 0x013692) is known color: Smalt. HEX triplet: 01, 36 and 92. RGB value is (1,54,146). Sum of RGB (Red+Green+Blue) = 1+54+146=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #013692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013692 is #FEC96D. Grayscale: #303030. Windows color (decimal): -16697710 or 9582081. OLE color: 9582081.

HSL color Cylindrical-coordinate representation of color #013692: hue angle of 218.07º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013692 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 54 146 -
CMYK 0.99 0.63 0 0.43
HSL 218.07º 0.99% 0.29% -
HSV(B) 218.07º 0.99% 0.57% -
XYZ 6.52 4.72 27.76 -
YUV 48.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 1 54 146 0.99 0.63 0 0.43 218.07 0.99 0.29
Hex 1 36 92 63 3F 0 2B DA 63 1D
Octal 1 66 222 143 77 0 53 332 143 35
Binary 1 110110 10010010 1100011 111111 0 101011 11011010 1100011 11101

Color Harmonies of #013692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013692

Black with #013692

Text Example


Text Example

White with #013692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013692; }

 p { color: rgb(1,54,146); }

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

background-color css

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

 a { background-color: rgb(1,54,146); }

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

border-color css

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

 span { border-color: rgb(1,54,146); }

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