Html Css Color HEX #004565 Prussian Blue

📋 copy color: '#004565'

red 0 ◦ green 69 ◦ blue 101

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

Shades of Prussian Blue #004565

Tints of Prussian Blue #004565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

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

R = 0%
G = 40.59%
B = 59.41%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#004565 (or 0x004565) is known color: Prussian Blue. HEX triplet: 00, 45 and 65. RGB value is (0,69,101). Sum of RGB (Red+Green+Blue) = 0+69+101=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #004565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004565 is #FFBA9A. Grayscale: #333333. Windows color (decimal): -16759451 or 6636800. OLE color: 6636800.

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

Color convert

RGB 0 69 101 -
CMYK 1 0.32 0 0.60
HSL 199.01º 1% 0.2% -
HSV(B) 199.01º 1% 0.4% -
XYZ 4.48 5.2 13.08 -
YUV 52.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 0 69 101 1 0.32 0 0.60 199.01 1 0.2
Hex 0 45 65 64 20 0 3C C7 64 14
Octal 0 105 145 144 40 0 74 307 144 24
Binary 0 1000101 1100101 1100100 100000 0 111100 11000111 1100100 10100

Color Harmonies of #004565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004565

Black with #004565

Text Example


Text Example

White with #004565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004565; }

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

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

background-color css

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

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

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

border-color css

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

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

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