Html Css Color HEX #012D92 Smalt

📋 copy color: '#012D92'

red 1 ◦ green 45 ◦ blue 146

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

Shades of Smalt #012D92

Tints of Smalt #012D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 76.04%

R = 0.52%
G = 23.44%
B = 76.04%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012D92 (or 0x012D92) is known color: Smalt. HEX triplet: 01, 2D and 92. RGB value is (1,45,146). Sum of RGB (Red+Green+Blue) = 1+45+146=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #012D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012D92 is #FED26D. Grayscale: #2A2A2A. Windows color (decimal): -16700014 or 9579777. OLE color: 9579777.

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

Color convert

RGB 1 45 146 -
CMYK 0.99 0.69 0 0.43
HSL 221.79º 0.99% 0.29% -
HSV(B) 221.79º 0.99% 0.57% -
XYZ 6.14 3.96 27.63 -
YUV 43.36 185.92 97.79 -
System Red Green Blue C M Y K H S L
Decimal 1 45 146 0.99 0.69 0 0.43 221.79 0.99 0.29
Hex 1 2D 92 63 45 0 2B DE 63 1D
Octal 1 55 222 143 105 0 53 336 143 35
Binary 1 101101 10010010 1100011 1000101 0 101011 11011110 1100011 11101

Color Harmonies of #012D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D92

Black with #012D92

Text Example


Text Example

White with #012D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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