Html Css Color HEX #013655 Prussian Blue

📋 copy color: '#013655'

red 1 ◦ green 54 ◦ blue 85

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

Shades of Prussian Blue #013655

Tints of Prussian Blue #013655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.57%

 BLUE value IS 85 (33.59% from 255) = 60.71%

R = 0.71%
G = 38.57%
B = 60.71%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013655 (or 0x013655) is known color: Prussian Blue. HEX triplet: 01, 36 and 55. RGB value is (1,54,85). Sum of RGB (Red+Green+Blue) = 1+54+85=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #013655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013655 is #FEC9AA. Grayscale: #292929. Windows color (decimal): -16697771 or 5584385. OLE color: 5584385.

HSL color Cylindrical-coordinate representation of color #013655: hue angle of 202.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013655 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 54 85 -
CMYK 0.99 0.36 0 0.67
HSL 202.14º 0.98% 0.17% -
HSV(B) 202.14º 0.99% 0.33% -
XYZ 2.97 3.3 9.07 -
YUV 41.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 1 54 85 0.99 0.36 0 0.67 202.14 0.98 0.17
Hex 1 36 55 63 24 0 43 CA 62 11
Octal 1 66 125 143 44 0 103 312 142 21
Binary 1 110110 1010101 1100011 100100 0 1000011 11001010 1100010 10001

Color Harmonies of #013655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013655

Black with #013655

Text Example


Text Example

White with #013655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013655; }

 p { color: rgb(1,54,85); }

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

background-color css

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

 a { background-color: rgb(1,54,85); }

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

border-color css

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

 span { border-color: rgb(1,54,85); }

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