Html Css Color HEX #013457 Prussian Blue

📋 copy color: '#013457'

red 1 ◦ green 52 ◦ blue 87

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

Shades of Prussian Blue #013457

Tints of Prussian Blue #013457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

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

R = 0.71%
G = 37.14%
B = 62.14%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013457 (or 0x013457) is known color: Prussian Blue. HEX triplet: 01, 34 and 57. RGB value is (1,52,87). Sum of RGB (Red+Green+Blue) = 1+52+87=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #013457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013457 is #FECBA8. Grayscale: #282828. Windows color (decimal): -16698281 or 5714945. OLE color: 5714945.

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

Color convert

RGB 1 52 87 -
CMYK 0.99 0.40 0 0.66
HSL 204.42º 0.98% 0.17% -
HSV(B) 204.42º 0.99% 0.34% -
XYZ 2.96 3.15 9.47 -
YUV 40.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 1 52 87 0.99 0.40 0 0.66 204.42 0.98 0.17
Hex 1 34 57 63 28 0 42 CC 62 11
Octal 1 64 127 143 50 0 102 314 142 21
Binary 1 110100 1010111 1100011 101000 0 1000010 11001100 1100010 10001

Color Harmonies of #013457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013457

Black with #013457

Text Example


Text Example

White with #013457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013457; }

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

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

background-color css

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

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

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

border-color css

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

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

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