Html Css Color HEX #012E50 Prussian Blue

📋 copy color: '#012E50'

red 1 ◦ green 46 ◦ blue 80

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

Shades of Prussian Blue #012E50

Tints of Prussian Blue #012E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.22%

 BLUE value IS 80 (31.64% from 255) = 62.99%

R = 0.79%
G = 36.22%
B = 62.99%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#012E50 (or 0x012E50) is known color: Prussian Blue. HEX triplet: 01, 2E and 50. RGB value is (1,46,80). Sum of RGB (Red+Green+Blue) = 1+46+80=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #012E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E50 is #FED1AF. Grayscale: #242424. Windows color (decimal): -16699824 or 5254657. OLE color: 5254657.

HSL color Cylindrical-coordinate representation of color #012E50: hue angle of 205.82º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E50 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 46 80 -
CMYK 0.99 0.42 0 0.69
HSL 205.82º 0.98% 0.16% -
HSV(B) 205.82º 0.99% 0.31% -
XYZ 2.44 2.54 7.95 -
YUV 36.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 1 46 80 0.99 0.42 0 0.69 205.82 0.98 0.16
Hex 1 2E 50 63 2A 0 45 CE 62 10
Octal 1 56 120 143 52 0 105 316 142 20
Binary 1 101110 1010000 1100011 101010 0 1000101 11001110 1100010 10000

Color Harmonies of #012E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E50

Black with #012E50

Text Example


Text Example

White with #012E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,46,80); }

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

background-color css

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

 a { background-color: rgb(1,46,80); }

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

border-color css

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

 span { border-color: rgb(1,46,80); }

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