Html Css Color HEX #003273 Prussian Blue

📋 copy color: '#003273'

red 0 ◦ green 50 ◦ blue 115

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

Shades of Prussian Blue #003273

Tints of Prussian Blue #003273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 69.7%

R = 0%
G = 30.3%
B = 69.7%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003273 (or 0x003273) is known color: Prussian Blue. HEX triplet: 00, 32 and 73. RGB value is (0,50,115). Sum of RGB (Red+Green+Blue) = 0+50+115=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #003273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003273 is #FFCD8C. Grayscale: #2A2A2A. Windows color (decimal): -16764301 or 7549440. OLE color: 7549440.

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

Color convert

RGB 0 50 115 -
CMYK 1 0.57 0 0.55
HSL 213.91º 1% 0.23% -
HSV(B) 213.91º 1% 0.45% -
XYZ 4.24 3.52 16.68 -
YUV 42.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 0 50 115 1 0.57 0 0.55 213.91 1 0.23
Hex 0 32 73 64 39 0 37 D6 64 17
Octal 0 62 163 144 71 0 67 326 144 27
Binary 0 110010 1110011 1100100 111001 0 110111 11010110 1100100 10111

Color Harmonies of #003273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003273

Black with #003273

Text Example


Text Example

White with #003273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003273; }

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

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

background-color css

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

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

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

border-color css

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

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

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