Html Css Color HEX #012951 Prussian Blue

📋 copy color: '#012951'

red 1 ◦ green 41 ◦ blue 81

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

Shades of Prussian Blue #012951

Tints of Prussian Blue #012951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 65.85%

R = 0.81%
G = 33.33%
B = 65.85%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012951 (or 0x012951) is known color: Prussian Blue. HEX triplet: 01, 29 and 51. RGB value is (1,41,81). Sum of RGB (Red+Green+Blue) = 1+41+81=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #012951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012951 is #FED6AE. Grayscale: #212121. Windows color (decimal): -16701103 or 5318913. OLE color: 5318913.

HSL color Cylindrical-coordinate representation of color #012951: hue angle of 210º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012951 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 41 81 -
CMYK 0.99 0.49 0 0.68
HSL 210º 0.98% 0.16% -
HSV(B) 210º 0.99% 0.32% -
XYZ 2.29 2.19 8.09 -
YUV 33.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 1 41 81 0.99 0.49 0 0.68 210 0.98 0.16
Hex 1 29 51 63 31 0 44 D2 62 10
Octal 1 51 121 143 61 0 104 322 142 20
Binary 1 101001 1010001 1100011 110001 0 1000100 11010010 1100010 10000

Color Harmonies of #012951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012951

Black with #012951

Text Example


Text Example

White with #012951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012951; }

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

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

background-color css

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

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

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

border-color css

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

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

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