Html Css Color HEX #004165 Prussian Blue

📋 copy color: '#004165'

red 0 ◦ green 65 ◦ blue 101

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

Shades of Prussian Blue #004165

Tints of Prussian Blue #004165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 60.84%

R = 0%
G = 39.16%
B = 60.84%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#004165 (or 0x004165) is known color: Prussian Blue. HEX triplet: 00, 41 and 65. RGB value is (0,65,101). Sum of RGB (Red+Green+Blue) = 0+65+101=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #004165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004165 is #FFBE9A. Grayscale: #313131. Windows color (decimal): -16760475 or 6635776. OLE color: 6635776.

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

Color convert

RGB 0 65 101 -
CMYK 1 0.36 0 0.60
HSL 201.39º 1% 0.2% -
HSV(B) 201.39º 1% 0.4% -
XYZ 4.24 4.72 13 -
YUV 49.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 0 65 101 1 0.36 0 0.60 201.39 1 0.2
Hex 0 41 65 64 24 0 3C C9 64 14
Octal 0 101 145 144 44 0 74 311 144 24
Binary 0 1000001 1100101 1100100 100100 0 111100 11001001 1100100 10100

Color Harmonies of #004165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004165

Black with #004165

Text Example


Text Example

White with #004165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004165; }

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

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

background-color css

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

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

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

border-color css

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

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

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