Html Css Color HEX #003154 Prussian Blue

📋 copy color: '#003154'

red 0 ◦ green 49 ◦ blue 84

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

Shades of Prussian Blue #003154

Tints of Prussian Blue #003154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 63.16%

R = 0%
G = 36.84%
B = 63.16%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#003154 (or 0x003154) is known color: Prussian Blue. HEX triplet: 00, 31 and 54. RGB value is (0,49,84). Sum of RGB (Red+Green+Blue) = 0+49+84=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #003154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003154 is #FFCEAB. Grayscale: #262626. Windows color (decimal): -16764588 or 5517568. OLE color: 5517568.

HSL color Cylindrical-coordinate representation of color #003154: hue angle of 205º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003154 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 49 84 -
CMYK 1 0.42 0 0.67
HSL 205º 1% 0.16% -
HSV(B) 205º 1% 0.33% -
XYZ 2.7 2.84 8.79 -
YUV 38.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 0 49 84 1 0.42 0 0.67 205 1 0.16
Hex 0 31 54 64 2A 0 43 CD 64 10
Octal 0 61 124 144 52 0 103 315 144 20
Binary 0 110001 1010100 1100100 101010 0 1000011 11001101 1100100 10000

Color Harmonies of #003154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003154

Black with #003154

Text Example


Text Example

White with #003154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003154; }

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

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

background-color css

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

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

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

border-color css

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

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

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