Html Css Color HEX #003163 Prussian Blue

📋 copy color: '#003163'

red 0 ◦ green 49 ◦ blue 99

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

Shades of Prussian Blue #003163

Tints of Prussian Blue #003163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 66.89%

R = 0%
G = 33.11%
B = 66.89%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#003163 (or 0x003163) is known color: Prussian Blue. HEX triplet: 00, 31 and 63. RGB value is (0,49,99). Sum of RGB (Red+Green+Blue) = 0+49+99=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #003163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003163 is #FFCE9C. Grayscale: #272727. Windows color (decimal): -16764573 or 6500608. OLE color: 6500608.

HSL color Cylindrical-coordinate representation of color #003163: hue angle of 210.3º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003163 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 49 99 -
CMYK 1 0.51 0 0.61
HSL 210.3º 1% 0.19% -
HSV(B) 210.3º 1% 0.39% -
XYZ 3.35 3.1 12.23 -
YUV 40.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 0 49 99 1 0.51 0 0.61 210.3 1 0.19
Hex 0 31 63 64 33 0 3D D2 64 13
Octal 0 61 143 144 63 0 75 322 144 23
Binary 0 110001 1100011 1100100 110011 0 111101 11010010 1100100 10011

Color Harmonies of #003163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003163

Black with #003163

Text Example


Text Example

White with #003163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003163; }

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

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

background-color css

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

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

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

border-color css

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

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

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