Html Css Color HEX #012854 Prussian Blue

📋 copy color: '#012854'

red 1 ◦ green 40 ◦ blue 84

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

Shades of Prussian Blue #012854

Tints of Prussian Blue #012854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 67.2%

R = 0.8%
G = 32%
B = 67.2%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012854 (or 0x012854) is known color: Prussian Blue. HEX triplet: 01, 28 and 54. RGB value is (1,40,84). Sum of RGB (Red+Green+Blue) = 1+40+84=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #012854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012854 is #FED7AB. Grayscale: #212121. Windows color (decimal): -16701356 or 5515265. OLE color: 5515265.

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

Color convert

RGB 1 40 84 -
CMYK 0.99 0.52 0 0.67
HSL 211.81º 0.98% 0.17% -
HSV(B) 211.81º 0.99% 0.33% -
XYZ 2.37 2.16 8.68 -
YUV 33.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 1 40 84 0.99 0.52 0 0.67 211.81 0.98 0.17
Hex 1 28 54 63 34 0 43 D4 62 11
Octal 1 50 124 143 64 0 103 324 142 21
Binary 1 101000 1010100 1100011 110100 0 1000011 11010100 1100010 10001

Color Harmonies of #012854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012854

Black with #012854

Text Example


Text Example

White with #012854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012854; }

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

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

background-color css

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

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

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

border-color css

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

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

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