Html Css Color HEX #012954 Prussian Blue

📋 copy color: '#012954'

red 1 ◦ green 41 ◦ blue 84

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

Shades of Prussian Blue #012954

Tints of Prussian Blue #012954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.54%

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

R = 0.79%
G = 32.54%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012954 (or 0x012954) is known color: Prussian Blue. HEX triplet: 01, 29 and 54. RGB value is (1,41,84). Sum of RGB (Red+Green+Blue) = 1+41+84=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 84 (33.20% from 255 or 66.67% from 126); Max value from RGB is 84 - color contains mainly: blue. Hex color #012954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012954 is #FED6AB. Grayscale: #212121. Windows color (decimal): -16701100 or 5515521. OLE color: 5515521.

HSL color Cylindrical-coordinate representation of color #012954: hue angle of 211.08º 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 #012954 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 41 84 -
CMYK 0.99 0.51 0 0.67
HSL 211.08º 0.98% 0.17% -
HSV(B) 211.08º 0.99% 0.33% -
XYZ 2.41 2.23 8.69 -
YUV 33.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 1 41 84 0.99 0.51 0 0.67 211.08 0.98 0.17
Hex 1 29 54 63 33 0 43 D3 62 11
Octal 1 51 124 143 63 0 103 323 142 21
Binary 1 101001 1010100 1100011 110011 0 1000011 11010011 1100010 10001

Color Harmonies of #012954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012954

Black with #012954

Text Example


Text Example

White with #012954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012954; }

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

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

background-color css

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

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

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

border-color css

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

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

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