Html Css Color HEX #004665 Prussian Blue

📋 copy color: '#004665'

red 0 ◦ green 70 ◦ blue 101

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

Shades of Prussian Blue #004665

Tints of Prussian Blue #004665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

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

R = 0%
G = 40.94%
B = 59.06%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#004665 (or 0x004665) is known color: Prussian Blue. HEX triplet: 00, 46 and 65. RGB value is (0,70,101). Sum of RGB (Red+Green+Blue) = 0+70+101=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #004665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004665 is #FFB99A. Grayscale: #343434. Windows color (decimal): -16759195 or 6637056. OLE color: 6637056.

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

Color convert

RGB 0 70 101 -
CMYK 1 0.31 0 0.60
HSL 198.42º 1% 0.2% -
HSV(B) 198.42º 1% 0.4% -
XYZ 4.54 5.32 13.1 -
YUV 52.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 0 70 101 1 0.31 0 0.60 198.42 1 0.2
Hex 0 46 65 64 1F 0 3C C6 64 14
Octal 0 106 145 144 37 0 74 306 144 24
Binary 0 1000110 1100101 1100100 11111 0 111100 11000110 1100100 10100

Color Harmonies of #004665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004665

Black with #004665

Text Example


Text Example

White with #004665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004665; }

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

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

background-color css

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

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

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

border-color css

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

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

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