Html Css Color HEX #012C9B Smalt

📋 copy color: '#012C9B'

red 1 ◦ green 44 ◦ blue 155

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

Shades of Smalt #012C9B

Tints of Smalt #012C9B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22%

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

R = 0.5%
G = 22%
B = 77.5%

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

#012C9B (or 0x012C9B) is known color: Smalt. HEX triplet: 01, 2C and 9B. RGB value is (1,44,155). Sum of RGB (Red+Green+Blue) = 1+44+155=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #012C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C9B is #FED364. Grayscale: #2B2B2B. Windows color (decimal): -16700261 or 10169345. OLE color: 10169345.

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

Color convert

RGB 1 44 155 -
CMYK 0.99 0.72 0 0.39
HSL 223.25º 0.99% 0.31% -
HSV(B) 223.25º 0.99% 0.61% -
XYZ 6.83 4.17 31.46 -
YUV 43.8 190.75 97.47 -
System Red Green Blue C M Y K H S L
Decimal 1 44 155 0.99 0.72 0 0.39 223.25 0.99 0.31
Hex 1 2C 9B 63 48 0 27 DF 63 1F
Octal 1 54 233 143 110 0 47 337 143 37
Binary 1 101100 10011011 1100011 1001000 0 100111 11011111 1100011 11111

Color Harmonies of #012C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C9B

Black with #012C9B

Text Example


Text Example

White with #012C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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