Html Css Color HEX #012793 Smalt

📋 copy color: '#012793'

red 1 ◦ green 39 ◦ blue 147

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

Shades of Smalt #012793

Tints of Smalt #012793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

 BLUE value IS 147 (57.81% from 255) = 78.61%

R = 0.53%
G = 20.86%
B = 78.61%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012793 (or 0x012793) is known color: Smalt. HEX triplet: 01, 27 and 93. RGB value is (1,39,147). Sum of RGB (Red+Green+Blue) = 1+39+147=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #012793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012793 is #FED86C. Grayscale: #272727. Windows color (decimal): -16701549 or 9643777. OLE color: 9643777.

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

Color convert

RGB 1 39 147 -
CMYK 0.99 0.73 0 0.42
HSL 224.38º 0.99% 0.29% -
HSV(B) 224.38º 0.99% 0.58% -
XYZ 6 3.56 27.98 -
YUV 39.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 1 39 147 0.99 0.73 0 0.42 224.38 0.99 0.29
Hex 1 27 93 63 49 0 2A E0 63 1D
Octal 1 47 223 143 111 0 52 340 143 35
Binary 1 100111 10010011 1100011 1001001 0 101010 11100000 1100011 11101

Color Harmonies of #012793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012793

Black with #012793

Text Example


Text Example

White with #012793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012793; }

 p { color: rgb(1,39,147); }

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

background-color css

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

 a { background-color: rgb(1,39,147); }

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

border-color css

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

 span { border-color: rgb(1,39,147); }

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