Html Css Color HEX #012B83 Smalt

📋 copy color: '#012B83'

red 1 ◦ green 43 ◦ blue 131

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

Shades of Smalt #012B83

Tints of Smalt #012B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.57%

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

R = 0.57%
G = 24.57%
B = 74.86%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#012B83 (or 0x012B83) is known color: Smalt. HEX triplet: 01, 2B and 83. RGB value is (1,43,131). Sum of RGB (Red+Green+Blue) = 1+43+131=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 131 (51.56% from 255 or 74.86% from 175); Max value from RGB is 131 - color contains mainly: blue. Hex color #012B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012B83 is #FED47C. Grayscale: #282828. Windows color (decimal): -16700541 or 8596225. OLE color: 8596225.

HSL color Cylindrical-coordinate representation of color #012B83: hue angle of 220.62º 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 #012B83 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 43 131 -
CMYK 0.99 0.67 0 0.49
HSL 220.62º 0.98% 0.26% -
HSV(B) 220.62º 0.99% 0.51% -
XYZ 4.97 3.37 21.86 -
YUV 40.47 179.09 99.84 -
System Red Green Blue C M Y K H S L
Decimal 1 43 131 0.99 0.67 0 0.49 220.62 0.98 0.26
Hex 1 2B 83 63 43 0 31 DD 62 1A
Octal 1 53 203 143 103 0 61 335 142 32
Binary 1 101011 10000011 1100011 1000011 0 110001 11011101 1100010 11010

Color Harmonies of #012B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B83

Black with #012B83

Text Example


Text Example

White with #012B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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