Html Css Color HEX #013751 Prussian Blue

📋 copy color: '#013751'

red 1 ◦ green 55 ◦ blue 81

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

Shades of Prussian Blue #013751

Tints of Prussian Blue #013751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.15%

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

R = 0.73%
G = 40.15%
B = 59.12%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013751 (or 0x013751) is known color: Prussian Blue. HEX triplet: 01, 37 and 51. RGB value is (1,55,81). Sum of RGB (Red+Green+Blue) = 1+55+81=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #013751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013751 is #FEC8AE. Grayscale: #292929. Windows color (decimal): -16697519 or 5322497. OLE color: 5322497.

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

Color convert

RGB 1 55 81 -
CMYK 0.99 0.32 0 0.68
HSL 199.5º 0.98% 0.16% -
HSV(B) 199.5º 0.99% 0.32% -
XYZ 2.86 3.33 8.28 -
YUV 41.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 1 55 81 0.99 0.32 0 0.68 199.5 0.98 0.16
Hex 1 37 51 63 20 0 44 C8 62 10
Octal 1 67 121 143 40 0 104 310 142 20
Binary 1 110111 1010001 1100011 100000 0 1000100 11001000 1100010 10000

Color Harmonies of #013751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013751

Black with #013751

Text Example


Text Example

White with #013751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013751; }

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

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

background-color css

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

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

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

border-color css

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

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

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