Html Css Color HEX #043068 Prussian Blue

📋 copy color: '#043068'

red 4 ◦ green 48 ◦ blue 104

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

Shades of Prussian Blue #043068

Tints of Prussian Blue #043068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 66.67%

R = 2.56%
G = 30.77%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#043068 (or 0x043068) is known color: Prussian Blue. HEX triplet: 04, 30 and 68. RGB value is (4,48,104). Sum of RGB (Red+Green+Blue) = 4+48+104=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #043068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043068 is #FBCF97. Grayscale: #282828. Windows color (decimal): -16502680 or 6828036. OLE color: 6828036.

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

Color convert

RGB 4 48 104 -
CMYK 0.96 0.54 0 0.59
HSL 213.6º 0.93% 0.21% -
HSV(B) 213.6º 0.96% 0.41% -
XYZ 3.61 3.14 13.51 -
YUV 41.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 4 48 104 0.96 0.54 0 0.59 213.6 0.93 0.21
Hex 4 30 68 60 36 0 3B D6 5D 15
Octal 4 60 150 140 66 0 73 326 135 25
Binary 100 110000 1101000 1100000 110110 0 111011 11010110 1011101 10101

Color Harmonies of #043068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043068

Black with #043068

Text Example


Text Example

White with #043068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043068; }

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

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

background-color css

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

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

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

border-color css

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

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

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