Html Css Color HEX #012D9B Smalt

📋 copy color: '#012D9B'

red 1 ◦ green 45 ◦ blue 155

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

Shades of Smalt #012D9B

Tints of Smalt #012D9B

RGB

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

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

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

R = 0.5%
G = 22.39%
B = 77.11%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#012D9B (or 0x012D9B) is known color: Smalt. HEX triplet: 01, 2D and 9B. RGB value is (1,45,155). Sum of RGB (Red+Green+Blue) = 1+45+155=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #012D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012D9B is #FED264. Grayscale: #2B2B2B. Windows color (decimal): -16700005 or 10169601. OLE color: 10169601.

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

Color convert

RGB 1 45 155 -
CMYK 0.99 0.71 0 0.39
HSL 222.86º 0.99% 0.31% -
HSV(B) 222.86º 0.99% 0.61% -
XYZ 6.87 4.25 31.47 -
YUV 44.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 1 45 155 0.99 0.71 0 0.39 222.86 0.99 0.31
Hex 1 2D 9B 63 47 0 27 DF 63 1F
Octal 1 55 233 143 107 0 47 337 143 37
Binary 1 101101 10011011 1100011 1000111 0 100111 11011111 1100011 11111

Color Harmonies of #012D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D9B

Black with #012D9B

Text Example


Text Example

White with #012D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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