Html Css Color HEX #004965 Prussian Blue

📋 copy color: '#004965'

red 0 ◦ green 73 ◦ blue 101

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

Shades of Prussian Blue #004965

Tints of Prussian Blue #004965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

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

R = 0%
G = 41.95%
B = 58.05%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#004965 (or 0x004965) is known color: Prussian Blue. HEX triplet: 00, 49 and 65. RGB value is (0,73,101). Sum of RGB (Red+Green+Blue) = 0+73+101=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #004965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004965 is #FFB69A. Grayscale: #363636. Windows color (decimal): -16758427 or 6637824. OLE color: 6637824.

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

Color convert

RGB 0 73 101 -
CMYK 1 0.28 0 0.60
HSL 196.63º 1% 0.2% -
HSV(B) 196.63º 1% 0.4% -
XYZ 4.73 5.7 13.16 -
YUV 54.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 0 73 101 1 0.28 0 0.60 196.63 1 0.2
Hex 0 49 65 64 1C 0 3C C5 64 14
Octal 0 111 145 144 34 0 74 305 144 24
Binary 0 1001001 1100101 1100100 11100 0 111100 11000101 1100100 10100

Color Harmonies of #004965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004965

Black with #004965

Text Example


Text Example

White with #004965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004965; }

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

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

background-color css

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

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

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

border-color css

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

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

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