Html Css Color HEX #013151 Prussian Blue

📋 copy color: '#013151'

red 1 ◦ green 49 ◦ blue 81

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

Shades of Prussian Blue #013151

Tints of Prussian Blue #013151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.4%

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

R = 0.76%
G = 37.4%
B = 61.83%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013151 (or 0x013151) is known color: Prussian Blue. HEX triplet: 01, 31 and 51. RGB value is (1,49,81). Sum of RGB (Red+Green+Blue) = 1+49+81=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #013151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013151 is #FECEAE. Grayscale: #262626. Windows color (decimal): -16699055 or 5320961. OLE color: 5320961.

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

Color convert

RGB 1 49 81 -
CMYK 0.99 0.40 0 0.68
HSL 204º 0.98% 0.16% -
HSV(B) 204º 0.99% 0.32% -
XYZ 2.6 2.8 8.19 -
YUV 38.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 1 49 81 0.99 0.40 0 0.68 204 0.98 0.16
Hex 1 31 51 63 28 0 44 CC 62 10
Octal 1 61 121 143 50 0 104 314 142 20
Binary 1 110001 1010001 1100011 101000 0 1000100 11001100 1100010 10000

Color Harmonies of #013151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013151

Black with #013151

Text Example


Text Example

White with #013151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013151; }

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

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

background-color css

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

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

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

border-color css

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

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

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