Html Css Color HEX #013B55 Prussian Blue

📋 copy color: '#013B55'

red 1 ◦ green 59 ◦ blue 85

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

Shades of Prussian Blue #013B55

Tints of Prussian Blue #013B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.69%

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

R = 0.69%
G = 40.69%
B = 58.62%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013B55 (or 0x013B55) is known color: Prussian Blue. HEX triplet: 01, 3B and 55. RGB value is (1,59,85). Sum of RGB (Red+Green+Blue) = 1+59+85=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #013B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B55 is #FEC4AA. Grayscale: #2C2C2C. Windows color (decimal): -16696491 or 5585665. OLE color: 5585665.

HSL color Cylindrical-coordinate representation of color #013B55: hue angle of 198.57º 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 #013B55 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 59 85 -
CMYK 0.99 0.31 0 0.67
HSL 198.57º 0.98% 0.17% -
HSV(B) 198.57º 0.99% 0.33% -
XYZ 3.22 3.79 9.16 -
YUV 44.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 1 59 85 0.99 0.31 0 0.67 198.57 0.98 0.17
Hex 1 3B 55 63 1F 0 43 C7 62 11
Octal 1 73 125 143 37 0 103 307 142 21
Binary 1 111011 1010101 1100011 11111 0 1000011 11000111 1100010 10001

Color Harmonies of #013B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B55

Black with #013B55

Text Example


Text Example

White with #013B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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