Html Css Color HEX #012384 Smalt

📋 copy color: '#012384'

red 1 ◦ green 35 ◦ blue 132

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

Shades of Smalt #012384

Tints of Smalt #012384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.83%

 BLUE value IS 132 (51.95% from 255) = 78.57%

R = 0.6%
G = 20.83%
B = 78.57%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012384 (or 0x012384) is known color: Smalt. HEX triplet: 01, 23 and 84. RGB value is (1,35,132). Sum of RGB (Red+Green+Blue) = 1+35+132=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #012384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012384 is #FEDC7B. Grayscale: #232323. Windows color (decimal): -16702588 or 8659713. OLE color: 8659713.

HSL color Cylindrical-coordinate representation of color #012384: hue angle of 224.43º degrees, saturation: 0.98, 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 #012384 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 35 132 -
CMYK 0.99 0.73 0 0.48
HSL 224.43º 0.98% 0.26% -
HSV(B) 224.43º 0.99% 0.52% -
XYZ 4.78 2.87 22.13 -
YUV 35.89 182.24 103.11 -
System Red Green Blue C M Y K H S L
Decimal 1 35 132 0.99 0.73 0 0.48 224.43 0.98 0.26
Hex 1 23 84 63 49 0 30 E0 62 1A
Octal 1 43 204 143 111 0 60 340 142 32
Binary 1 100011 10000100 1100011 1001001 0 110000 11100000 1100010 11010

Color Harmonies of #012384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012384

Black with #012384

Text Example


Text Example

White with #012384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012384; }

 p { color: rgb(1,35,132); }

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

background-color css

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

 a { background-color: rgb(1,35,132); }

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

border-color css

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

 span { border-color: rgb(1,35,132); }

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