Html Css Color HEX #012E77 Prussian Blue

📋 copy color: '#012E77'

red 1 ◦ green 46 ◦ blue 119

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

Shades of Prussian Blue #012E77

Tints of Prussian Blue #012E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 71.69%

R = 0.6%
G = 27.71%
B = 71.69%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012E77 (or 0x012E77) is known color: Prussian Blue. HEX triplet: 01, 2E and 77. RGB value is (1,46,119). Sum of RGB (Red+Green+Blue) = 1+46+119=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #012E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E77 is #FED188. Grayscale: #282828. Windows color (decimal): -16699785 or 7810561. OLE color: 7810561.

HSL color Cylindrical-coordinate representation of color #012E77: hue angle of 217.12º 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 #012E77 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 46 119 -
CMYK 0.99 0.61 0 0.53
HSL 217.12º 0.98% 0.24% -
HSV(B) 217.12º 0.99% 0.47% -
XYZ 4.32 3.29 17.86 -
YUV 40.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 1 46 119 0.99 0.61 0 0.53 217.12 0.98 0.24
Hex 1 2E 77 63 3D 0 35 D9 62 18
Octal 1 56 167 143 75 0 65 331 142 30
Binary 1 101110 1110111 1100011 111101 0 110101 11011001 1100010 11000

Color Harmonies of #012E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E77

Black with #012E77

Text Example


Text Example

White with #012E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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