Html Css Color HEX #043063 Prussian Blue

📋 copy color: '#043063'

red 4 ◦ green 48 ◦ blue 99

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

Shades of Prussian Blue #043063

Tints of Prussian Blue #043063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.56%

R = 2.65%
G = 31.79%
B = 65.56%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#043063 (or 0x043063) is known color: Prussian Blue. HEX triplet: 04, 30 and 63. RGB value is (4,48,99). Sum of RGB (Red+Green+Blue) = 4+48+99=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #043063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043063 is #FBCF9C. Grayscale: #282828. Windows color (decimal): -16502685 or 6500356. OLE color: 6500356.

HSL color Cylindrical-coordinate representation of color #043063: hue angle of 212.21º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043063 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 48 99 -
CMYK 0.96 0.52 0 0.61
HSL 212.21º 0.92% 0.2% -
HSV(B) 212.21º 0.96% 0.39% -
XYZ 3.36 3.04 12.21 -
YUV 40.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 4 48 99 0.96 0.52 0 0.61 212.21 0.92 0.2
Hex 4 30 63 60 34 0 3D D4 5C 14
Octal 4 60 143 140 64 0 75 324 134 24
Binary 100 110000 1100011 1100000 110100 0 111101 11010100 1011100 10100

Color Harmonies of #043063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043063

Black with #043063

Text Example


Text Example

White with #043063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043063; }

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

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

background-color css

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

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

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

border-color css

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

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

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