Html Css Color HEX #012856 Prussian Blue

📋 copy color: '#012856'

red 1 ◦ green 40 ◦ blue 86

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

Shades of Prussian Blue #012856

Tints of Prussian Blue #012856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.5%

 BLUE value IS 86 (33.98% from 255) = 67.72%

R = 0.79%
G = 31.5%
B = 67.72%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012856 (or 0x012856) is known color: Prussian Blue. HEX triplet: 01, 28 and 56. RGB value is (1,40,86). Sum of RGB (Red+Green+Blue) = 1+40+86=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #012856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012856 is #FED7A9. Grayscale: #212121. Windows color (decimal): -16701354 or 5646337. OLE color: 5646337.

HSL color Cylindrical-coordinate representation of color #012856: hue angle of 212.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012856 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 40 86 -
CMYK 0.99 0.53 0 0.66
HSL 212.47º 0.98% 0.17% -
HSV(B) 212.47º 0.99% 0.34% -
XYZ 2.45 2.2 9.1 -
YUV 33.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 1 40 86 0.99 0.53 0 0.66 212.47 0.98 0.17
Hex 1 28 56 63 35 0 42 D4 62 11
Octal 1 50 126 143 65 0 102 324 142 21
Binary 1 101000 1010110 1100011 110101 0 1000010 11010100 1100010 10001

Color Harmonies of #012856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012856

Black with #012856

Text Example


Text Example

White with #012856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012856; }

 p { color: rgb(1,40,86); }

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

background-color css

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

 a { background-color: rgb(1,40,86); }

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

border-color css

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

 span { border-color: rgb(1,40,86); }

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