Html Css Color HEX #013551 Prussian Blue

📋 copy color: '#013551'

red 1 ◦ green 53 ◦ blue 81

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

Shades of Prussian Blue #013551

Tints of Prussian Blue #013551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

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

R = 0.74%
G = 39.26%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013551 (or 0x013551) is known color: Prussian Blue. HEX triplet: 01, 35 and 51. RGB value is (1,53,81). Sum of RGB (Red+Green+Blue) = 1+53+81=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #013551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013551 is #FECAAE. Grayscale: #282828. Windows color (decimal): -16698031 or 5321985. OLE color: 5321985.

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

Color convert

RGB 1 53 81 -
CMYK 0.99 0.35 0 0.68
HSL 201º 0.98% 0.16% -
HSV(B) 201º 0.99% 0.32% -
XYZ 2.77 3.15 8.25 -
YUV 40.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 1 53 81 0.99 0.35 0 0.68 201 0.98 0.16
Hex 1 35 51 63 23 0 44 C9 62 10
Octal 1 65 121 143 43 0 104 311 142 20
Binary 1 110101 1010001 1100011 100011 0 1000100 11001001 1100010 10000

Color Harmonies of #013551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013551

Black with #013551

Text Example


Text Example

White with #013551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013551; }

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

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

background-color css

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

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

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

border-color css

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

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

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