Html Css Color HEX #054065 Prussian Blue

📋 copy color: '#054065'

red 5 ◦ green 64 ◦ blue 101

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

Shades of Prussian Blue #054065

Tints of Prussian Blue #054065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

 BLUE value IS 101 (39.84% from 255) = 59.41%

R = 2.94%
G = 37.65%
B = 59.41%

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

#054065 (or 0x054065) is known color: Prussian Blue. HEX triplet: 05, 40 and 65. RGB value is (5,64,101). Sum of RGB (Red+Green+Blue) = 5+64+101=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #054065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054065 is #FABF9A. Grayscale: #323232. Windows color (decimal): -16433051 or 6635525. OLE color: 6635525.

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

Color convert

RGB 5 64 101 -
CMYK 0.95 0.37 0 0.60
HSL 203.13º 0.91% 0.21% -
HSV(B) 203.13º 0.95% 0.4% -
XYZ 4.24 4.64 12.98 -
YUV 50.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 5 64 101 0.95 0.37 0 0.60 203.13 0.91 0.21
Hex 5 40 65 5F 25 0 3C CB 5B 15
Octal 5 100 145 137 45 0 74 313 133 25
Binary 101 1000000 1100101 1011111 100101 0 111100 11001011 1011011 10101

Color Harmonies of #054065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054065

Black with #054065

Text Example


Text Example

White with #054065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054065; }

 p { color: rgb(5,64,101); }

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

background-color css

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

 a { background-color: rgb(5,64,101); }

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

border-color css

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

 span { border-color: rgb(5,64,101); }

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