Html Css Color HEX #054261 Prussian Blue

📋 copy color: '#054261'

red 5 ◦ green 66 ◦ blue 97

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

Shades of Prussian Blue #054261

Tints of Prussian Blue #054261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.74%

R = 2.98%
G = 39.29%
B = 57.74%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#054261 (or 0x054261) is known color: Prussian Blue. HEX triplet: 05, 42 and 61. RGB value is (5,66,97). Sum of RGB (Red+Green+Blue) = 5+66+97=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #054261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054261 is #FABD9E. Grayscale: #333333. Windows color (decimal): -16432543 or 6373893. OLE color: 6373893.

HSL color Cylindrical-coordinate representation of color #054261: hue angle of 200.22º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054261 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 66 97 -
CMYK 0.95 0.32 0 0.62
HSL 200.22º 0.9% 0.2% -
HSV(B) 200.22º 0.95% 0.38% -
XYZ 4.17 4.79 12.01 -
YUV 51.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 5 66 97 0.95 0.32 0 0.62 200.22 0.9 0.2
Hex 5 42 61 5F 20 0 3E C8 5A 14
Octal 5 102 141 137 40 0 76 310 132 24
Binary 101 1000010 1100001 1011111 100000 0 111110 11001000 1011010 10100

Color Harmonies of #054261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054261

Black with #054261

Text Example


Text Example

White with #054261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054261; }

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

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

background-color css

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

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

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

border-color css

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

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

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