Html Css Color HEX #012C85 Smalt

📋 copy color: '#012C85'

red 1 ◦ green 44 ◦ blue 133

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

Shades of Smalt #012C85

Tints of Smalt #012C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 74.72%

R = 0.56%
G = 24.72%
B = 74.72%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012C85 (or 0x012C85) is known color: Smalt. HEX triplet: 01, 2C and 85. RGB value is (1,44,133). Sum of RGB (Red+Green+Blue) = 1+44+133=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #012C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C85 is #FED37A. Grayscale: #282828. Windows color (decimal): -16700283 or 8727553. OLE color: 8727553.

HSL color Cylindrical-coordinate representation of color #012C85: hue angle of 220.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C85 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 44 133 -
CMYK 0.99 0.67 0 0.48
HSL 220.45º 0.99% 0.26% -
HSV(B) 220.45º 0.99% 0.52% -
XYZ 5.15 3.5 22.59 -
YUV 41.29 179.75 99.26 -
System Red Green Blue C M Y K H S L
Decimal 1 44 133 0.99 0.67 0 0.48 220.45 0.99 0.26
Hex 1 2C 85 63 43 0 30 DC 63 1A
Octal 1 54 205 143 103 0 60 334 143 32
Binary 1 101100 10000101 1100011 1000011 0 110000 11011100 1100011 11010

Color Harmonies of #012C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C85

Black with #012C85

Text Example


Text Example

White with #012C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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