Html Css Color HEX #012B9B Smalt

📋 copy color: '#012B9B'

red 1 ◦ green 43 ◦ blue 155

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

Shades of Smalt #012B9B

Tints of Smalt #012B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.89%

R = 0.5%
G = 21.61%
B = 77.89%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#012B9B (or 0x012B9B) is known color: Smalt. HEX triplet: 01, 2B and 9B. RGB value is (1,43,155). Sum of RGB (Red+Green+Blue) = 1+43+155=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #012B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012B9B is #FED464. Grayscale: #2A2A2A. Windows color (decimal): -16700517 or 10169089. OLE color: 10169089.

HSL color Cylindrical-coordinate representation of color #012B9B: hue angle of 223.64º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B9B is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 43 155 -
CMYK 0.99 0.72 0 0.39
HSL 223.64º 0.99% 0.31% -
HSV(B) 223.64º 0.99% 0.61% -
XYZ 6.79 4.1 31.44 -
YUV 43.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 1 43 155 0.99 0.72 0 0.39 223.64 0.99 0.31
Hex 1 2B 9B 63 48 0 27 E0 63 1F
Octal 1 53 233 143 110 0 47 340 143 37
Binary 1 101011 10011011 1100011 1001000 0 100111 11100000 1100011 11111

Color Harmonies of #012B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B9B

Black with #012B9B

Text Example


Text Example

White with #012B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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