Html Css Color HEX #013756 Prussian Blue

📋 copy color: '#013756'

red 1 ◦ green 55 ◦ blue 86

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

Shades of Prussian Blue #013756

Tints of Prussian Blue #013756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

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

R = 0.7%
G = 38.73%
B = 60.56%

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

#013756 (or 0x013756) is known color: Prussian Blue. HEX triplet: 01, 37 and 56. RGB value is (1,55,86). Sum of RGB (Red+Green+Blue) = 1+55+86=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #013756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013756 is #FEC8A9. Grayscale: #2A2A2A. Windows color (decimal): -16697514 or 5650177. OLE color: 5650177.

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

Color convert

RGB 1 55 86 -
CMYK 0.99 0.36 0 0.66
HSL 201.88º 0.98% 0.17% -
HSV(B) 201.88º 0.99% 0.34% -
XYZ 3.06 3.41 9.3 -
YUV 42.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 1 55 86 0.99 0.36 0 0.66 201.88 0.98 0.17
Hex 1 37 56 63 24 0 42 CA 62 11
Octal 1 67 126 143 44 0 102 312 142 21
Binary 1 110111 1010110 1100011 100100 0 1000010 11001010 1100010 10001

Color Harmonies of #013756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013756

Black with #013756

Text Example


Text Example

White with #013756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013756; }

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

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

background-color css

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

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

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

border-color css

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

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

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