Html Css Color HEX #013677 Prussian Blue

📋 copy color: '#013677'

red 1 ◦ green 54 ◦ blue 119

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

Shades of Prussian Blue #013677

Tints of Prussian Blue #013677

RGB

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

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

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

R = 0.57%
G = 31.03%
B = 68.39%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013677 (or 0x013677) is known color: Prussian Blue. HEX triplet: 01, 36 and 77. RGB value is (1,54,119). Sum of RGB (Red+Green+Blue) = 1+54+119=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 119 (46.88% from 255 or 68.39% from 174); Max value from RGB is 119 - color contains mainly: blue. Hex color #013677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013677 is #FEC988. Grayscale: #2D2D2D. Windows color (decimal): -16697737 or 7812609. OLE color: 7812609.

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

Color convert

RGB 1 54 119 -
CMYK 0.99 0.55 0 0.53
HSL 213.05º 0.98% 0.24% -
HSV(B) 213.05º 0.99% 0.47% -
XYZ 4.66 3.98 17.97 -
YUV 45.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 1 54 119 0.99 0.55 0 0.53 213.05 0.98 0.24
Hex 1 36 77 63 37 0 35 D5 62 18
Octal 1 66 167 143 67 0 65 325 142 30
Binary 1 110110 1110111 1100011 110111 0 110101 11010101 1100010 11000

Color Harmonies of #013677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013677

Black with #013677

Text Example


Text Example

White with #013677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013677; }

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

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

background-color css

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

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

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

border-color css

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

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

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