Html Css Color HEX #013857 Prussian Blue

📋 copy color: '#013857'

red 1 ◦ green 56 ◦ blue 87

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

Shades of Prussian Blue #013857

Tints of Prussian Blue #013857

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

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

R = 0.69%
G = 38.89%
B = 60.42%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013857 (or 0x013857) is known color: Prussian Blue. HEX triplet: 01, 38 and 57. RGB value is (1,56,87). Sum of RGB (Red+Green+Blue) = 1+56+87=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #013857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013857 is #FEC7A8. Grayscale: #2A2A2A. Windows color (decimal): -16697257 or 5715969. OLE color: 5715969.

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

Color convert

RGB 1 56 87 -
CMYK 0.99 0.36 0 0.66
HSL 201.63º 0.98% 0.17% -
HSV(B) 201.63º 0.99% 0.34% -
XYZ 3.15 3.52 9.53 -
YUV 43.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 1 56 87 0.99 0.36 0 0.66 201.63 0.98 0.17
Hex 1 38 57 63 24 0 42 CA 62 11
Octal 1 70 127 143 44 0 102 312 142 21
Binary 1 111000 1010111 1100011 100100 0 1000010 11001010 1100010 10001

Color Harmonies of #013857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013857

Black with #013857

Text Example


Text Example

White with #013857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013857; }

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

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

background-color css

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

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

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

border-color css

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

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

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