Html Css Color HEX #043269 Prussian Blue

📋 copy color: '#043269'

red 4 ◦ green 50 ◦ blue 105

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

Shades of Prussian Blue #043269

Tints of Prussian Blue #043269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.04%

R = 2.52%
G = 31.45%
B = 66.04%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#043269 (or 0x043269) is known color: Prussian Blue. HEX triplet: 04, 32 and 69. RGB value is (4,50,105). Sum of RGB (Red+Green+Blue) = 4+50+105=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #043269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043269 is #FBCD96. Grayscale: #2A2A2A. Windows color (decimal): -16502167 or 6894084. OLE color: 6894084.

HSL color Cylindrical-coordinate representation of color #043269: hue angle of 212.67º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043269 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 50 105 -
CMYK 0.96 0.52 0 0.59
HSL 212.67º 0.93% 0.21% -
HSV(B) 212.67º 0.96% 0.41% -
XYZ 3.74 3.33 13.81 -
YUV 42.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 4 50 105 0.96 0.52 0 0.59 212.67 0.93 0.21
Hex 4 32 69 60 34 0 3B D5 5D 15
Octal 4 62 151 140 64 0 73 325 135 25
Binary 100 110010 1101001 1100000 110100 0 111011 11010101 1011101 10101

Color Harmonies of #043269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043269

Black with #043269

Text Example


Text Example

White with #043269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043269; }

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

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

background-color css

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

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

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

border-color css

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

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

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