Html Css Color HEX #013157 Prussian Blue

📋 copy color: '#013157'

red 1 ◦ green 49 ◦ blue 87

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

Shades of Prussian Blue #013157

Tints of Prussian Blue #013157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.5%

R = 0.73%
G = 35.77%
B = 63.5%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013157 (or 0x013157) is known color: Prussian Blue. HEX triplet: 01, 31 and 57. RGB value is (1,49,87). Sum of RGB (Red+Green+Blue) = 1+49+87=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #013157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013157 is #FECEA8. Grayscale: #262626. Windows color (decimal): -16699049 or 5714177. OLE color: 5714177.

HSL color Cylindrical-coordinate representation of color #013157: hue angle of 206.51º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013157 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 49 87 -
CMYK 0.99 0.44 0 0.66
HSL 206.51º 0.98% 0.17% -
HSV(B) 206.51º 0.99% 0.34% -
XYZ 2.83 2.89 9.43 -
YUV 38.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 1 49 87 0.99 0.44 0 0.66 206.51 0.98 0.17
Hex 1 31 57 63 2C 0 42 CF 62 11
Octal 1 61 127 143 54 0 102 317 142 21
Binary 1 110001 1010111 1100011 101100 0 1000010 11001111 1100010 10001

Color Harmonies of #013157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013157

Black with #013157

Text Example


Text Example

White with #013157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013157; }

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

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

background-color css

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

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

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

border-color css

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

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

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