Html Css Color HEX #013377 Prussian Blue

📋 copy color: '#013377'

red 1 ◦ green 51 ◦ blue 119

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

Shades of Prussian Blue #013377

Tints of Prussian Blue #013377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.59%

R = 0.58%
G = 29.82%
B = 69.59%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013377 (or 0x013377) is known color: Prussian Blue. HEX triplet: 01, 33 and 77. RGB value is (1,51,119). Sum of RGB (Red+Green+Blue) = 1+51+119=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #013377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013377 is #FECC88. Grayscale: #2B2B2B. Windows color (decimal): -16698505 or 7811841. OLE color: 7811841.

HSL color Cylindrical-coordinate representation of color #013377: hue angle of 214.58º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013377 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 51 119 -
CMYK 0.99 0.57 0 0.53
HSL 214.58º 0.98% 0.24% -
HSV(B) 214.58º 0.99% 0.47% -
XYZ 4.53 3.71 17.93 -
YUV 43.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 1 51 119 0.99 0.57 0 0.53 214.58 0.98 0.24
Hex 1 33 77 63 39 0 35 D7 62 18
Octal 1 63 167 143 71 0 65 327 142 30
Binary 1 110011 1110111 1100011 111001 0 110101 11010111 1100010 11000

Color Harmonies of #013377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013377

Black with #013377

Text Example


Text Example

White with #013377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013377; }

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

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

background-color css

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

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

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

border-color css

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

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

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