Html Css Color HEX #003278 Prussian Blue

📋 copy color: '#003278'

red 0 ◦ green 50 ◦ blue 120

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

Shades of Prussian Blue #003278

Tints of Prussian Blue #003278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

 BLUE value IS 120 (47.27% from 255) = 70.59%

R = 0%
G = 29.41%
B = 70.59%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#003278 (or 0x003278) is known color: Prussian Blue. HEX triplet: 00, 32 and 78. RGB value is (0,50,120). Sum of RGB (Red+Green+Blue) = 0+50+120=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #003278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003278 is #FFCD87. Grayscale: #2A2A2A. Windows color (decimal): -16764296 or 7877120. OLE color: 7877120.

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

Color convert

RGB 0 50 120 -
CMYK 1 0.58 0 0.53
HSL 215º 1% 0.24% -
HSV(B) 215º 1% 0.47% -
XYZ 4.53 3.64 18.23 -
YUV 43.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 0 50 120 1 0.58 0 0.53 215 1 0.24
Hex 0 32 78 64 3A 0 35 D7 64 18
Octal 0 62 170 144 72 0 65 327 144 30
Binary 0 110010 1111000 1100100 111010 0 110101 11010111 1100100 11000

Color Harmonies of #003278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003278

Black with #003278

Text Example


Text Example

White with #003278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003278; }

 p { color: rgb(0,50,120); }

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

background-color css

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

 a { background-color: rgb(0,50,120); }

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

border-color css

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

 span { border-color: rgb(0,50,120); }

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