Html Css Color HEX #054669 Prussian Blue

📋 copy color: '#054669'

red 5 ◦ green 70 ◦ blue 105

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

Shades of Prussian Blue #054669

Tints of Prussian Blue #054669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.89%

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

R = 2.78%
G = 38.89%
B = 58.33%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#054669 (or 0x054669) is known color: Prussian Blue. HEX triplet: 05, 46 and 69. RGB value is (5,70,105). Sum of RGB (Red+Green+Blue) = 5+70+105=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #054669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054669 is #FAB996. Grayscale: #363636. Windows color (decimal): -16431511 or 6899205. OLE color: 6899205.

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

Color convert

RGB 5 70 105 -
CMYK 0.95 0.33 0 0.59
HSL 201º 0.91% 0.22% -
HSV(B) 201º 0.95% 0.41% -
XYZ 4.8 5.43 14.16 -
YUV 54.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 5 70 105 0.95 0.33 0 0.59 201 0.91 0.22
Hex 5 46 69 5F 21 0 3B C9 5B 16
Octal 5 106 151 137 41 0 73 311 133 26
Binary 101 1000110 1101001 1011111 100001 0 111011 11001001 1011011 10110

Color Harmonies of #054669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054669

Black with #054669

Text Example


Text Example

White with #054669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054669; }

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

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

background-color css

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

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

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

border-color css

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

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

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