Html Css Color HEX #012D9D Smalt

📋 copy color: '#012D9D'

red 1 ◦ green 45 ◦ blue 157

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

Shades of Smalt #012D9D

Tints of Smalt #012D9D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

 BLUE value IS 157 (61.72% from 255) = 77.34%

R = 0.49%
G = 22.17%
B = 77.34%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#012D9D (or 0x012D9D) is known color: Smalt. HEX triplet: 01, 2D and 9D. RGB value is (1,45,157). Sum of RGB (Red+Green+Blue) = 1+45+157=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #012D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012D9D is #FED262. Grayscale: #2C2C2C. Windows color (decimal): -16700003 or 10300673. OLE color: 10300673.

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

Color convert

RGB 1 45 157 -
CMYK 0.99 0.71 0 0.38
HSL 223.08º 0.99% 0.31% -
HSV(B) 223.08º 0.99% 0.62% -
XYZ 7.04 4.32 32.36 -
YUV 44.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 1 45 157 0.99 0.71 0 0.38 223.08 0.99 0.31
Hex 1 2D 9D 63 47 0 26 DF 63 1F
Octal 1 55 235 143 107 0 46 337 143 37
Binary 1 101101 10011101 1100011 1000111 0 100110 11011111 1100011 11111

Color Harmonies of #012D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D9D

Black with #012D9D

Text Example


Text Example

White with #012D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,45,157); }

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

background-color css

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

 a { background-color: rgb(1,45,157); }

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

border-color css

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

 span { border-color: rgb(1,45,157); }

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