Html Css Color HEX #004160 Prussian Blue

📋 copy color: '#004160'

red 0 ◦ green 65 ◦ blue 96

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

Shades of Prussian Blue #004160

Tints of Prussian Blue #004160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 0%
G = 40.37%
B = 59.63%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#004160 (or 0x004160) is known color: Prussian Blue. HEX triplet: 00, 41 and 60. RGB value is (0,65,96). Sum of RGB (Red+Green+Blue) = 0+65+96=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #004160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004160 is #FFBE9F. Grayscale: #303030. Windows color (decimal): -16760480 or 6308096. OLE color: 6308096.

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

Color convert

RGB 0 65 96 -
CMYK 1 0.32 0 0.62
HSL 199.38º 1% 0.19% -
HSV(B) 199.38º 1% 0.38% -
XYZ 4 4.63 11.75 -
YUV 49.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 0 65 96 1 0.32 0 0.62 199.38 1 0.19
Hex 0 41 60 64 20 0 3E C7 64 13
Octal 0 101 140 144 40 0 76 307 144 23
Binary 0 1000001 1100000 1100100 100000 0 111110 11000111 1100100 10011

Color Harmonies of #004160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004160

Black with #004160

Text Example


Text Example

White with #004160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004160; }

 p { color: rgb(0,65,96); }

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

background-color css

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

 a { background-color: rgb(0,65,96); }

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

border-color css

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

 span { border-color: rgb(0,65,96); }

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