Html Css Color HEX #054269 Prussian Blue

📋 copy color: '#054269'

red 5 ◦ green 66 ◦ blue 105

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

Shades of Prussian Blue #054269

Tints of Prussian Blue #054269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 2.84%
G = 37.5%
B = 59.66%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#054269 (or 0x054269) is known color: Prussian Blue. HEX triplet: 05, 42 and 69. RGB value is (5,66,105). Sum of RGB (Red+Green+Blue) = 5+66+105=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #054269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054269 is #FABD96. Grayscale: #333333. Windows color (decimal): -16432535 or 6898181. OLE color: 6898181.

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

Color convert

RGB 5 66 105 -
CMYK 0.95 0.37 0 0.59
HSL 203.4º 0.91% 0.22% -
HSV(B) 203.4º 0.95% 0.41% -
XYZ 4.56 4.95 14.08 -
YUV 52.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 5 66 105 0.95 0.37 0 0.59 203.4 0.91 0.22
Hex 5 42 69 5F 25 0 3B CB 5B 16
Octal 5 102 151 137 45 0 73 313 133 26
Binary 101 1000010 1101001 1011111 100101 0 111011 11001011 1011011 10110

Color Harmonies of #054269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054269

Black with #054269

Text Example


Text Example

White with #054269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054269; }

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

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

background-color css

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

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

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

border-color css

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

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

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