Html Css Color HEX #012551 Prussian Blue

📋 copy color: '#012551'

red 1 ◦ green 37 ◦ blue 81

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

Shades of Prussian Blue #012551

Tints of Prussian Blue #012551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

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

R = 0.84%
G = 31.09%
B = 68.07%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012551 (or 0x012551) is known color: Prussian Blue. HEX triplet: 01, 25 and 51. RGB value is (1,37,81). Sum of RGB (Red+Green+Blue) = 1+37+81=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #012551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012551 is #FEDAAE. Grayscale: #1F1F1F. Windows color (decimal): -16702127 or 5317889. OLE color: 5317889.

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

Color convert

RGB 1 37 81 -
CMYK 0.99 0.54 0 0.68
HSL 213º 0.98% 0.16% -
HSV(B) 213º 0.99% 0.32% -
XYZ 2.16 1.92 8.04 -
YUV 31.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 1 37 81 0.99 0.54 0 0.68 213 0.98 0.16
Hex 1 25 51 63 36 0 44 D5 62 10
Octal 1 45 121 143 66 0 104 325 142 20
Binary 1 100101 1010001 1100011 110110 0 1000100 11010101 1100010 10000

Color Harmonies of #012551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012551

Black with #012551

Text Example


Text Example

White with #012551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012551; }

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

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

background-color css

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

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

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

border-color css

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

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

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