Html Css Color HEX #013356 Prussian Blue

📋 copy color: '#013356'

red 1 ◦ green 51 ◦ blue 86

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

Shades of Prussian Blue #013356

Tints of Prussian Blue #013356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

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

R = 0.72%
G = 36.96%
B = 62.32%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013356 (or 0x013356) is known color: Prussian Blue. HEX triplet: 01, 33 and 56. RGB value is (1,51,86). Sum of RGB (Red+Green+Blue) = 1+51+86=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #013356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013356 is #FECCA9. Grayscale: #272727. Windows color (decimal): -16698538 or 5649153. OLE color: 5649153.

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

Color convert

RGB 1 51 86 -
CMYK 0.99 0.41 0 0.66
HSL 204.71º 0.98% 0.17% -
HSV(B) 204.71º 0.99% 0.34% -
XYZ 2.88 3.05 9.24 -
YUV 40.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 1 51 86 0.99 0.41 0 0.66 204.71 0.98 0.17
Hex 1 33 56 63 29 0 42 CD 62 11
Octal 1 63 126 143 51 0 102 315 142 21
Binary 1 110011 1010110 1100011 101001 0 1000010 11001101 1100010 10001

Color Harmonies of #013356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013356

Black with #013356

Text Example


Text Example

White with #013356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013356; }

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

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

background-color css

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

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

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

border-color css

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

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

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