Html Css Color HEX #003177 Prussian Blue

📋 copy color: '#003177'

red 0 ◦ green 49 ◦ blue 119

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

Shades of Prussian Blue #003177

Tints of Prussian Blue #003177

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 0%
G = 29.17%
B = 70.83%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#003177 (or 0x003177) is known color: Prussian Blue. HEX triplet: 00, 31 and 77. RGB value is (0,49,119). Sum of RGB (Red+Green+Blue) = 0+49+119=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #003177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003177 is #FFCE88. Grayscale: #2A2A2A. Windows color (decimal): -16764553 or 7811328. OLE color: 7811328.

HSL color Cylindrical-coordinate representation of color #003177: hue angle of 215.29º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003177 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 49 119 -
CMYK 1 0.59 0 0.53
HSL 215.29º 1% 0.23% -
HSV(B) 215.29º 1% 0.47% -
XYZ 4.43 3.53 17.9 -
YUV 42.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 0 49 119 1 0.59 0 0.53 215.29 1 0.23
Hex 0 31 77 64 3B 0 35 D7 64 17
Octal 0 61 167 144 73 0 65 327 144 27
Binary 0 110001 1110111 1100100 111011 0 110101 11010111 1100100 10111

Color Harmonies of #003177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003177

Black with #003177

Text Example


Text Example

White with #003177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003177; }

 p { color: rgb(0,49,119); }

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

background-color css

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

 a { background-color: rgb(0,49,119); }

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

border-color css

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

 span { border-color: rgb(0,49,119); }

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