Html Css Color HEX #043065 Prussian Blue

📋 copy color: '#043065'

red 4 ◦ green 48 ◦ blue 101

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

Shades of Prussian Blue #043065

Tints of Prussian Blue #043065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 2.61%
G = 31.37%
B = 66.01%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#043065 (or 0x043065) is known color: Prussian Blue. HEX triplet: 04, 30 and 65. RGB value is (4,48,101). Sum of RGB (Red+Green+Blue) = 4+48+101=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #043065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043065 is #FBCF9A. Grayscale: #282828. Windows color (decimal): -16502683 or 6631428. OLE color: 6631428.

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

Color convert

RGB 4 48 101 -
CMYK 0.96 0.52 0 0.60
HSL 212.78º 0.92% 0.21% -
HSV(B) 212.78º 0.96% 0.4% -
XYZ 3.46 3.08 12.72 -
YUV 40.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 4 48 101 0.96 0.52 0 0.60 212.78 0.92 0.21
Hex 4 30 65 60 34 0 3C D5 5C 15
Octal 4 60 145 140 64 0 74 325 134 25
Binary 100 110000 1100101 1100000 110100 0 111100 11010101 1011100 10101

Color Harmonies of #043065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043065

Black with #043065

Text Example


Text Example

White with #043065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043065; }

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

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

background-color css

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

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

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

border-color css

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

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

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