Html Css Color HEX #003168 Prussian Blue

📋 copy color: '#003168'

red 0 ◦ green 49 ◦ blue 104

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

Shades of Prussian Blue #003168

Tints of Prussian Blue #003168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.97%

R = 0%
G = 32.03%
B = 67.97%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#003168 (or 0x003168) is known color: Prussian Blue. HEX triplet: 00, 31 and 68. RGB value is (0,49,104). Sum of RGB (Red+Green+Blue) = 0+49+104=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #003168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003168 is #FFCE97. Grayscale: #282828. Windows color (decimal): -16764568 or 6828288. OLE color: 6828288.

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

Color convert

RGB 0 49 104 -
CMYK 1 0.53 0 0.59
HSL 211.73º 1% 0.2% -
HSV(B) 211.73º 1% 0.41% -
XYZ 3.6 3.2 13.52 -
YUV 40.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 0 49 104 1 0.53 0 0.59 211.73 1 0.2
Hex 0 31 68 64 35 0 3B D4 64 14
Octal 0 61 150 144 65 0 73 324 144 24
Binary 0 110001 1101000 1100100 110101 0 111011 11010100 1100100 10100

Color Harmonies of #003168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003168

Black with #003168

Text Example


Text Example

White with #003168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003168; }

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

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

background-color css

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

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

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

border-color css

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

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

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