Html Css Color HEX #054469 Prussian Blue

📋 copy color: '#054469'

red 5 ◦ green 68 ◦ blue 105

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

Shades of Prussian Blue #054469

Tints of Prussian Blue #054469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.2%

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

R = 2.81%
G = 38.2%
B = 58.99%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#054469 (or 0x054469) is known color: Prussian Blue. HEX triplet: 05, 44 and 69. RGB value is (5,68,105). Sum of RGB (Red+Green+Blue) = 5+68+105=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #054469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054469 is #FABB96. Grayscale: #353535. Windows color (decimal): -16432023 or 6898693. OLE color: 6898693.

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

Color convert

RGB 5 68 105 -
CMYK 0.95 0.35 0 0.59
HSL 202.2º 0.91% 0.22% -
HSV(B) 202.2º 0.95% 0.41% -
XYZ 4.68 5.19 14.12 -
YUV 53.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 5 68 105 0.95 0.35 0 0.59 202.2 0.91 0.22
Hex 5 44 69 5F 23 0 3B CA 5B 16
Octal 5 104 151 137 43 0 73 312 133 26
Binary 101 1000100 1101001 1011111 100011 0 111011 11001010 1011011 10110

Color Harmonies of #054469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054469

Black with #054469

Text Example


Text Example

White with #054469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054469; }

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

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

background-color css

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

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

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

border-color css

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

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

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