Html Css Color HEX #013651 Prussian Blue

📋 copy color: '#013651'

red 1 ◦ green 54 ◦ blue 81

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

Shades of Prussian Blue #013651

Tints of Prussian Blue #013651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.71%

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

R = 0.74%
G = 39.71%
B = 59.56%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013651 (or 0x013651) is known color: Prussian Blue. HEX triplet: 01, 36 and 51. RGB value is (1,54,81). Sum of RGB (Red+Green+Blue) = 1+54+81=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #013651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013651 is #FEC9AE. Grayscale: #292929. Windows color (decimal): -16697775 or 5322241. OLE color: 5322241.

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

Color convert

RGB 1 54 81 -
CMYK 0.99 0.33 0 0.68
HSL 200.25º 0.98% 0.16% -
HSV(B) 200.25º 0.99% 0.32% -
XYZ 2.82 3.24 8.26 -
YUV 41.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 1 54 81 0.99 0.33 0 0.68 200.25 0.98 0.16
Hex 1 36 51 63 21 0 44 C8 62 10
Octal 1 66 121 143 41 0 104 310 142 20
Binary 1 110110 1010001 1100011 100001 0 1000100 11001000 1100010 10000

Color Harmonies of #013651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013651

Black with #013651

Text Example


Text Example

White with #013651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013651; }

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

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

background-color css

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

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

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

border-color css

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

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

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