Html Css Color HEX #004966 Prussian Blue

📋 copy color: '#004966'

red 0 ◦ green 73 ◦ blue 102

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

Shades of Prussian Blue #004966

Tints of Prussian Blue #004966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 102 (40.23% from 255) = 58.29%

R = 0%
G = 41.71%
B = 58.29%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#004966 (or 0x004966) is known color: Prussian Blue. HEX triplet: 00, 49 and 66. RGB value is (0,73,102). Sum of RGB (Red+Green+Blue) = 0+73+102=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #004966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004966 is #FFB699. Grayscale: #363636. Windows color (decimal): -16758426 or 6703360. OLE color: 6703360.

HSL color Cylindrical-coordinate representation of color #004966: hue angle of 197.06º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004966 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 73 102 -
CMYK 1 0.28 0 0.6
HSL 197.06º 1% 0.2% -
HSV(B) 197.06º 1% 0.4% -
XYZ 4.78 5.72 13.42 -
YUV 54.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 0 73 102 1 0.28 0 0.6 197.06 1 0.2
Hex 0 49 66 64 1C 0 3C C5 64 14
Octal 0 111 146 144 34 0 74 305 144 24
Binary 0 1001001 1100110 1100100 11100 0 111100 11000101 1100100 10100

Color Harmonies of #004966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004966

Black with #004966

Text Example


Text Example

White with #004966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004966; }

 p { color: rgb(0,73,102); }

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

background-color css

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

 a { background-color: rgb(0,73,102); }

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

border-color css

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

 span { border-color: rgb(0,73,102); }

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