Html Css Color HEX #054265 Prussian Blue

📋 copy color: '#054265'

red 5 ◦ green 66 ◦ blue 101

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

Shades of Prussian Blue #054265

Tints of Prussian Blue #054265

RGB

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

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

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

R = 2.91%
G = 38.37%
B = 58.72%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#054265 (or 0x054265) is known color: Prussian Blue. HEX triplet: 05, 42 and 65. RGB value is (5,66,101). Sum of RGB (Red+Green+Blue) = 5+66+101=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #054265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054265 is #FABD9A. Grayscale: #333333. Windows color (decimal): -16432539 or 6636037. OLE color: 6636037.

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

Color convert

RGB 5 66 101 -
CMYK 0.95 0.35 0 0.60
HSL 201.88º 0.91% 0.21% -
HSV(B) 201.88º 0.95% 0.4% -
XYZ 4.36 4.87 13.02 -
YUV 51.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 5 66 101 0.95 0.35 0 0.60 201.88 0.91 0.21
Hex 5 42 65 5F 23 0 3C CA 5B 15
Octal 5 102 145 137 43 0 74 312 133 25
Binary 101 1000010 1100101 1011111 100011 0 111100 11001010 1011011 10101

Color Harmonies of #054265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054265

Black with #054265

Text Example


Text Example

White with #054265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054265; }

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

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

background-color css

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

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

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

border-color css

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

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

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