Html Css Color HEX #043265 Prussian Blue

📋 copy color: '#043265'

red 4 ◦ green 50 ◦ blue 101

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

Shades of Prussian Blue #043265

Tints of Prussian Blue #043265

RGB

 RED value IS 4 (1.95% from 255) = 2.58%

 GREEN value IS 50 (19.92% from 255) = 32.26%

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

R = 2.58%
G = 32.26%
B = 65.16%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#043265 (or 0x043265) is known color: Prussian Blue. HEX triplet: 04, 32 and 65. RGB value is (4,50,101). Sum of RGB (Red+Green+Blue) = 4+50+101=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #043265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043265 is #FBCD9A. Grayscale: #292929. Windows color (decimal): -16502171 or 6631940. OLE color: 6631940.

HSL color Cylindrical-coordinate representation of color #043265: hue angle of 211.55º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043265 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 50 101 -
CMYK 0.96 0.50 0 0.60
HSL 211.55º 0.92% 0.21% -
HSV(B) 211.55º 0.96% 0.4% -
XYZ 3.54 3.25 12.75 -
YUV 42.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 4 50 101 0.96 0.50 0 0.60 211.55 0.92 0.21
Hex 4 32 65 60 32 0 3C D4 5C 15
Octal 4 62 145 140 62 0 74 324 134 25
Binary 100 110010 1100101 1100000 110010 0 111100 11010100 1011100 10101

Color Harmonies of #043265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043265

Black with #043265

Text Example


Text Example

White with #043265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043265; }

 p { color: rgb(4,50,101); }

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

background-color css

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

 a { background-color: rgb(4,50,101); }

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

border-color css

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

 span { border-color: rgb(4,50,101); }

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