Html Css Color HEX #012A85 Smalt

📋 copy color: '#012A85'

red 1 ◦ green 42 ◦ blue 133

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

Shades of Smalt #012A85

Tints of Smalt #012A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.86%

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

R = 0.57%
G = 23.86%
B = 75.57%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012A85 (or 0x012A85) is known color: Smalt. HEX triplet: 01, 2A and 85. RGB value is (1,42,133). Sum of RGB (Red+Green+Blue) = 1+42+133=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #012A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012A85 is #FED57A. Grayscale: #272727. Windows color (decimal): -16700795 or 8727041. OLE color: 8727041.

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

Color convert

RGB 1 42 133 -
CMYK 0.99 0.68 0 0.48
HSL 221.36º 0.99% 0.26% -
HSV(B) 221.36º 0.99% 0.52% -
XYZ 5.07 3.36 22.57 -
YUV 40.12 180.42 100.1 -
System Red Green Blue C M Y K H S L
Decimal 1 42 133 0.99 0.68 0 0.48 221.36 0.99 0.26
Hex 1 2A 85 63 44 0 30 DD 63 1A
Octal 1 52 205 143 104 0 60 335 143 32
Binary 1 101010 10000101 1100011 1000100 0 110000 11011101 1100011 11010

Color Harmonies of #012A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A85

Black with #012A85

Text Example


Text Example

White with #012A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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