Html Css Color HEX #013856 Prussian Blue

📋 copy color: '#013856'

red 1 ◦ green 56 ◦ blue 86

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

Shades of Prussian Blue #013856

Tints of Prussian Blue #013856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 60.14%

R = 0.7%
G = 39.16%
B = 60.14%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013856 (or 0x013856) is known color: Prussian Blue. HEX triplet: 01, 38 and 56. RGB value is (1,56,86). Sum of RGB (Red+Green+Blue) = 1+56+86=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #013856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013856 is #FEC7A9. Grayscale: #2A2A2A. Windows color (decimal): -16697258 or 5650433. OLE color: 5650433.

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

Color convert

RGB 1 56 86 -
CMYK 0.99 0.35 0 0.66
HSL 201.18º 0.98% 0.17% -
HSV(B) 201.18º 0.99% 0.34% -
XYZ 3.11 3.51 9.32 -
YUV 42.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 1 56 86 0.99 0.35 0 0.66 201.18 0.98 0.17
Hex 1 38 56 63 23 0 42 C9 62 11
Octal 1 70 126 143 43 0 102 311 142 21
Binary 1 111000 1010110 1100011 100011 0 1000010 11001001 1100010 10001

Color Harmonies of #013856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013856

Black with #013856

Text Example


Text Example

White with #013856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013856; }

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

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

background-color css

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

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

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

border-color css

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

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

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