Html Css Color HEX #012B4E Prussian Blue

📋 copy color: '#012B4E'

red 1 ◦ green 43 ◦ blue 78

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

Shades of Prussian Blue #012B4E

Tints of Prussian Blue #012B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.25%

 BLUE value IS 78 (30.86% from 255) = 63.93%

R = 0.82%
G = 35.25%
B = 63.93%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#012B4E (or 0x012B4E) is known color: Prussian Blue. HEX triplet: 01, 2B and 4E. RGB value is (1,43,78). Sum of RGB (Red+Green+Blue) = 1+43+78=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #012B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B4E is #FED4B1. Grayscale: #222222. Windows color (decimal): -16700594 or 5122817. OLE color: 5122817.

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

Color convert

RGB 1 43 78 -
CMYK 0.99 0.45 0 0.69
HSL 207.27º 0.97% 0.15% -
HSV(B) 207.27º 0.99% 0.31% -
XYZ 2.25 2.28 7.53 -
YUV 34.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 1 43 78 0.99 0.45 0 0.69 207.27 0.97 0.15
Hex 1 2B 4E 63 2D 0 45 CF 61 F
Octal 1 53 116 143 55 0 105 317 141 17
Binary 1 101011 1001110 1100011 101101 0 1000101 11001111 1100001 1111

Color Harmonies of #012B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B4E

Black with #012B4E

Text Example


Text Example

White with #012B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,43,78); }

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

background-color css

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

 a { background-color: rgb(1,43,78); }

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

border-color css

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

 span { border-color: rgb(1,43,78); }

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