Html Css Color HEX #054267 Prussian Blue

📋 copy color: '#054267'

red 5 ◦ green 66 ◦ blue 103

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

Shades of Prussian Blue #054267

Tints of Prussian Blue #054267

RGB

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

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

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

R = 2.87%
G = 37.93%
B = 59.2%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#054267 (or 0x054267) is known color: Prussian Blue. HEX triplet: 05, 42 and 67. RGB value is (5,66,103). Sum of RGB (Red+Green+Blue) = 5+66+103=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #054267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054267 is #FABD98. Grayscale: #333333. Windows color (decimal): -16432537 or 6767109. OLE color: 6767109.

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

Color convert

RGB 5 66 103 -
CMYK 0.95 0.36 0 0.60
HSL 202.65º 0.91% 0.21% -
HSV(B) 202.65º 0.95% 0.4% -
XYZ 4.46 4.91 13.54 -
YUV 51.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 5 66 103 0.95 0.36 0 0.60 202.65 0.91 0.21
Hex 5 42 67 5F 24 0 3C CB 5B 15
Octal 5 102 147 137 44 0 74 313 133 25
Binary 101 1000010 1100111 1011111 100100 0 111100 11001011 1011011 10101

Color Harmonies of #054267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054267

Black with #054267

Text Example


Text Example

White with #054267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054267; }

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

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

background-color css

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

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

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

border-color css

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

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

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