Html Css Color HEX #054167 Prussian Blue

📋 copy color: '#054167'

red 5 ◦ green 65 ◦ blue 103

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

Shades of Prussian Blue #054167

Tints of Prussian Blue #054167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

 BLUE value IS 103 (40.63% from 255) = 59.54%

R = 2.89%
G = 37.57%
B = 59.54%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#054167 (or 0x054167) is known color: Prussian Blue. HEX triplet: 05, 41 and 67. RGB value is (5,65,103). Sum of RGB (Red+Green+Blue) = 5+65+103=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #054167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054167 is #FABE98. Grayscale: #333333. Windows color (decimal): -16432793 or 6766853. OLE color: 6766853.

HSL color Cylindrical-coordinate representation of color #054167: hue angle of 203.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054167 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 65 103 -
CMYK 0.95 0.37 0 0.60
HSL 203.27º 0.91% 0.21% -
HSV(B) 203.27º 0.95% 0.4% -
XYZ 4.4 4.79 13.52 -
YUV 51.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 5 65 103 0.95 0.37 0 0.60 203.27 0.91 0.21
Hex 5 41 67 5F 25 0 3C CB 5B 15
Octal 5 101 147 137 45 0 74 313 133 25
Binary 101 1000001 1100111 1011111 100101 0 111100 11001011 1011011 10101

Color Harmonies of #054167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054167

Black with #054167

Text Example


Text Example

White with #054167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054167; }

 p { color: rgb(5,65,103); }

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

background-color css

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

 a { background-color: rgb(5,65,103); }

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

border-color css

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

 span { border-color: rgb(5,65,103); }

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