Html Css Color HEX #012D94 Smalt

📋 copy color: '#012D94'

red 1 ◦ green 45 ◦ blue 148

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

Shades of Smalt #012D94

Tints of Smalt #012D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 76.29%

R = 0.52%
G = 23.2%
B = 76.29%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012D94 (or 0x012D94) is known color: Smalt. HEX triplet: 01, 2D and 94. RGB value is (1,45,148). Sum of RGB (Red+Green+Blue) = 1+45+148=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 148 (58.20% from 255 or 76.29% from 194); Max value from RGB is 148 - color contains mainly: blue. Hex color #012D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012D94 is #FED26B. Grayscale: #2B2B2B. Windows color (decimal): -16700012 or 9710849. OLE color: 9710849.

HSL color Cylindrical-coordinate representation of color #012D94: hue angle of 222.04º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D94 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 45 148 -
CMYK 0.99 0.70 0 0.42
HSL 222.04º 0.99% 0.29% -
HSV(B) 222.04º 0.99% 0.58% -
XYZ 6.3 4.02 28.46 -
YUV 43.59 186.92 97.62 -
System Red Green Blue C M Y K H S L
Decimal 1 45 148 0.99 0.70 0 0.42 222.04 0.99 0.29
Hex 1 2D 94 63 46 0 2A DE 63 1D
Octal 1 55 224 143 106 0 52 336 143 35
Binary 1 101101 10010100 1100011 1000110 0 101010 11011110 1100011 11101

Color Harmonies of #012D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D94

Black with #012D94

Text Example


Text Example

White with #012D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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