Html Css Color HEX #054069 Prussian Blue

📋 copy color: '#054069'

red 5 ◦ green 64 ◦ blue 105

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

Shades of Prussian Blue #054069

Tints of Prussian Blue #054069

RGB

 RED value IS 5 (2.34% from 255) = 2.87%

 GREEN value IS 64 (25.39% from 255) = 36.78%

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

R = 2.87%
G = 36.78%
B = 60.34%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#054069 (or 0x054069) is known color: Prussian Blue. HEX triplet: 05, 40 and 69. RGB value is (5,64,105). Sum of RGB (Red+Green+Blue) = 5+64+105=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #054069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054069 is #FABF96. Grayscale: #323232. Windows color (decimal): -16433047 or 6897669. OLE color: 6897669.

HSL color Cylindrical-coordinate representation of color #054069: hue angle of 204.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054069 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 64 105 -
CMYK 0.95 0.39 0 0.59
HSL 204.6º 0.91% 0.22% -
HSV(B) 204.6º 0.95% 0.41% -
XYZ 4.45 4.72 14.04 -
YUV 51.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 5 64 105 0.95 0.39 0 0.59 204.6 0.91 0.22
Hex 5 40 69 5F 27 0 3B CD 5B 16
Octal 5 100 151 137 47 0 73 315 133 26
Binary 101 1000000 1101001 1011111 100111 0 111011 11001101 1011011 10110

Color Harmonies of #054069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054069

Black with #054069

Text Example


Text Example

White with #054069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054069; }

 p { color: rgb(5,64,105); }

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

background-color css

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

 a { background-color: rgb(5,64,105); }

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

border-color css

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

 span { border-color: rgb(5,64,105); }

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