Html Css Color HEX #043165 Prussian Blue

📋 copy color: '#043165'

red 4 ◦ green 49 ◦ blue 101

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

Shades of Prussian Blue #043165

Tints of Prussian Blue #043165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.82%

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

R = 2.6%
G = 31.82%
B = 65.58%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#043165 (or 0x043165) is known color: Prussian Blue. HEX triplet: 04, 31 and 65. RGB value is (4,49,101). Sum of RGB (Red+Green+Blue) = 4+49+101=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #043165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043165 is #FBCE9A. Grayscale: #292929. Windows color (decimal): -16502427 or 6631684. OLE color: 6631684.

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

Color convert

RGB 4 49 101 -
CMYK 0.96 0.51 0 0.60
HSL 212.16º 0.92% 0.21% -
HSV(B) 212.16º 0.96% 0.4% -
XYZ 3.5 3.16 12.74 -
YUV 41.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 4 49 101 0.96 0.51 0 0.60 212.16 0.92 0.21
Hex 4 31 65 60 33 0 3C D4 5C 15
Octal 4 61 145 140 63 0 74 324 134 25
Binary 100 110001 1100101 1100000 110011 0 111100 11010100 1011100 10101

Color Harmonies of #043165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043165

Black with #043165

Text Example


Text Example

White with #043165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043165; }

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

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

background-color css

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

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

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

border-color css

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

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

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