Html Css Color HEX #043F5C Prussian Blue

📋 copy color: '#043F5C'

red 4 ◦ green 63 ◦ blue 92

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

Shades of Prussian Blue #043F5C

Tints of Prussian Blue #043F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 39.62%

 BLUE value IS 92 (36.33% from 255) = 57.86%

R = 2.52%
G = 39.62%
B = 57.86%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#043F5C (or 0x043F5C) is known color: Prussian Blue. HEX triplet: 04, 3F and 5C. RGB value is (4,63,92). Sum of RGB (Red+Green+Blue) = 4+63+92=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #043F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043F5C is #FBC0A3. Grayscale: #303030. Windows color (decimal): -16498852 or 6045444. OLE color: 6045444.

HSL color Cylindrical-coordinate representation of color #043F5C: hue angle of 199.77º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043F5C is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 63 92 -
CMYK 0.96 0.32 0 0.64
HSL 199.77º 0.92% 0.19% -
HSV(B) 199.77º 0.96% 0.36% -
XYZ 3.76 4.35 10.77 -
YUV 48.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 4 63 92 0.96 0.32 0 0.64 199.77 0.92 0.19
Hex 4 3F 5C 60 20 0 40 C8 5C 13
Octal 4 77 134 140 40 0 100 310 134 23
Binary 100 111111 1011100 1100000 100000 0 1000000 11001000 1011100 10011

Color Harmonies of #043F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043F5C

Black with #043F5C

Text Example


Text Example

White with #043F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043F5C; }

 p { color: rgb(4,63,92); }

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

background-color css

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

 a { background-color: rgb(4,63,92); }

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

border-color css

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

 span { border-color: rgb(4,63,92); }

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