Html Css Color HEX #054366 Prussian Blue

📋 copy color: '#054366'

red 5 ◦ green 67 ◦ blue 102

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

Shades of Prussian Blue #054366

Tints of Prussian Blue #054366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

 BLUE value IS 102 (40.23% from 255) = 58.62%

R = 2.87%
G = 38.51%
B = 58.62%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#054366 (or 0x054366) is known color: Prussian Blue. HEX triplet: 05, 43 and 66. RGB value is (5,67,102). Sum of RGB (Red+Green+Blue) = 5+67+102=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #054366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054366 is #FABC99. Grayscale: #343434. Windows color (decimal): -16432282 or 6701829. OLE color: 6701829.

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

Color convert

RGB 5 67 102 -
CMYK 0.95 0.34 0 0.6
HSL 201.65º 0.91% 0.21% -
HSV(B) 201.65º 0.95% 0.4% -
XYZ 4.47 5.01 13.3 -
YUV 52.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 5 67 102 0.95 0.34 0 0.6 201.65 0.91 0.21
Hex 5 43 66 5F 22 0 3C CA 5B 15
Octal 5 103 146 137 42 0 74 312 133 25
Binary 101 1000011 1100110 1011111 100010 0 111100 11001010 1011011 10101

Color Harmonies of #054366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054366

Black with #054366

Text Example


Text Example

White with #054366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054366; }

 p { color: rgb(5,67,102); }

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

background-color css

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

 a { background-color: rgb(5,67,102); }

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

border-color css

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

 span { border-color: rgb(5,67,102); }

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