Html Css Color HEX #004166 Prussian Blue

📋 copy color: '#004166'

red 0 ◦ green 65 ◦ blue 102

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

Shades of Prussian Blue #004166

Tints of Prussian Blue #004166

RGB

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

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

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

R = 0%
G = 38.92%
B = 61.08%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#004166 (or 0x004166) is known color: Prussian Blue. HEX triplet: 00, 41 and 66. RGB value is (0,65,102). Sum of RGB (Red+Green+Blue) = 0+65+102=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #004166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004166 is #FFBE99. Grayscale: #313131. Windows color (decimal): -16760474 or 6701312. OLE color: 6701312.

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

Color convert

RGB 0 65 102 -
CMYK 1 0.36 0 0.6
HSL 201.76º 1% 0.2% -
HSV(B) 201.76º 1% 0.4% -
XYZ 4.29 4.74 13.26 -
YUV 49.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 0 65 102 1 0.36 0 0.6 201.76 1 0.2
Hex 0 41 66 64 24 0 3C CA 64 14
Octal 0 101 146 144 44 0 74 312 144 24
Binary 0 1000001 1100110 1100100 100100 0 111100 11001010 1100100 10100

Color Harmonies of #004166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004166

Black with #004166

Text Example


Text Example

White with #004166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004166; }

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

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

background-color css

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

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

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

border-color css

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

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

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