Html Css Color HEX #003166 Prussian Blue

📋 copy color: '#003166'

red 0 ◦ green 49 ◦ blue 102

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

Shades of Prussian Blue #003166

Tints of Prussian Blue #003166

RGB

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

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

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

R = 0%
G = 32.45%
B = 67.55%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#003166 (or 0x003166) is known color: Prussian Blue. HEX triplet: 00, 31 and 66. RGB value is (0,49,102). Sum of RGB (Red+Green+Blue) = 0+49+102=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #003166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003166 is #FFCE99. Grayscale: #282828. Windows color (decimal): -16764570 or 6697216. OLE color: 6697216.

HSL color Cylindrical-coordinate representation of color #003166: hue angle of 211.18º 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 #003166 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 49 102 -
CMYK 1 0.52 0 0.6
HSL 211.18º 1% 0.2% -
HSV(B) 211.18º 1% 0.4% -
XYZ 3.5 3.16 13 -
YUV 40.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 0 49 102 1 0.52 0 0.6 211.18 1 0.2
Hex 0 31 66 64 34 0 3C D3 64 14
Octal 0 61 146 144 64 0 74 323 144 24
Binary 0 110001 1100110 1100100 110100 0 111100 11010011 1100100 10100

Color Harmonies of #003166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003166

Black with #003166

Text Example


Text Example

White with #003166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003166; }

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

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

background-color css

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

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

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

border-color css

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

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

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