Html Css Color HEX #004865 Prussian Blue

📋 copy color: '#004865'

red 0 ◦ green 72 ◦ blue 101

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

Shades of Prussian Blue #004865

Tints of Prussian Blue #004865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

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

R = 0%
G = 41.62%
B = 58.38%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#004865 (or 0x004865) is known color: Prussian Blue. HEX triplet: 00, 48 and 65. RGB value is (0,72,101). Sum of RGB (Red+Green+Blue) = 0+72+101=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #004865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004865 is #FFB79A. Grayscale: #353535. Windows color (decimal): -16758683 or 6637568. OLE color: 6637568.

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

Color convert

RGB 0 72 101 -
CMYK 1 0.29 0 0.60
HSL 197.23º 1% 0.2% -
HSV(B) 197.23º 1% 0.4% -
XYZ 4.67 5.57 13.14 -
YUV 53.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 0 72 101 1 0.29 0 0.60 197.23 1 0.2
Hex 0 48 65 64 1D 0 3C C5 64 14
Octal 0 110 145 144 35 0 74 305 144 24
Binary 0 1001000 1100101 1100100 11101 0 111100 11000101 1100100 10100

Color Harmonies of #004865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004865

Black with #004865

Text Example


Text Example

White with #004865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004865; }

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

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

background-color css

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

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

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

border-color css

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

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

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