Html Css Color HEX #012E78 Prussian Blue

📋 copy color: '#012E78'

red 1 ◦ green 46 ◦ blue 120

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

Shades of Prussian Blue #012E78

Tints of Prussian Blue #012E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 71.86%

R = 0.6%
G = 27.54%
B = 71.86%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012E78 (or 0x012E78) is known color: Prussian Blue. HEX triplet: 01, 2E and 78. RGB value is (1,46,120). Sum of RGB (Red+Green+Blue) = 1+46+120=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #012E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E78 is #FED187. Grayscale: #282828. Windows color (decimal): -16699784 or 7876097. OLE color: 7876097.

HSL color Cylindrical-coordinate representation of color #012E78: hue angle of 217.31º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E78 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 46 120 -
CMYK 0.99 0.62 0 0.53
HSL 217.31º 0.98% 0.24% -
HSV(B) 217.31º 0.99% 0.47% -
XYZ 4.38 3.32 18.18 -
YUV 40.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 1 46 120 0.99 0.62 0 0.53 217.31 0.98 0.24
Hex 1 2E 78 63 3E 0 35 D9 62 18
Octal 1 56 170 143 76 0 65 331 142 30
Binary 1 101110 1111000 1100011 111110 0 110101 11011001 1100010 11000

Color Harmonies of #012E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E78

Black with #012E78

Text Example


Text Example

White with #012E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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