Html Css Color HEX #013957 Prussian Blue

📋 copy color: '#013957'

red 1 ◦ green 57 ◦ blue 87

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

Shades of Prussian Blue #013957

Tints of Prussian Blue #013957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

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

R = 0.69%
G = 39.31%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013957 (or 0x013957) is known color: Prussian Blue. HEX triplet: 01, 39 and 57. RGB value is (1,57,87). Sum of RGB (Red+Green+Blue) = 1+57+87=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #013957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013957 is #FEC6A8. Grayscale: #2B2B2B. Windows color (decimal): -16697001 or 5716225. OLE color: 5716225.

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

Color convert

RGB 1 57 87 -
CMYK 0.99 0.34 0 0.66
HSL 200.93º 0.98% 0.17% -
HSV(B) 200.93º 0.99% 0.34% -
XYZ 3.2 3.62 9.55 -
YUV 43.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 1 57 87 0.99 0.34 0 0.66 200.93 0.98 0.17
Hex 1 39 57 63 22 0 42 C9 62 11
Octal 1 71 127 143 42 0 102 311 142 21
Binary 1 111001 1010111 1100011 100010 0 1000010 11001001 1100010 10001

Color Harmonies of #013957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013957

Black with #013957

Text Example


Text Example

White with #013957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013957; }

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

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

background-color css

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

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

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

border-color css

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

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

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