Html Css Color HEX #05274D Prussian Blue

📋 copy color: '#05274D'

red 5 ◦ green 39 ◦ blue 77

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

Shades of Prussian Blue #05274D

Tints of Prussian Blue #05274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.23%

 BLUE value IS 77 (30.47% from 255) = 63.64%

R = 4.13%
G = 32.23%
B = 63.64%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05274D (or 0x05274D) is known color: Prussian Blue. HEX triplet: 05, 27 and 4D. RGB value is (5,39,77). Sum of RGB (Red+Green+Blue) = 5+39+77=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #05274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05274D is #FAD8B2. Grayscale: #202020. Windows color (decimal): -16439475 or 5056261. OLE color: 5056261.

HSL color Cylindrical-coordinate representation of color #05274D: hue angle of 211.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05274D is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 39 77 -
CMYK 0.94 0.49 0 0.70
HSL 211.67º 0.88% 0.16% -
HSV(B) 211.67º 0.94% 0.3% -
XYZ 2.13 2.02 7.3 -
YUV 33.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 5 39 77 0.94 0.49 0 0.70 211.67 0.88 0.16
Hex 5 27 4D 5E 31 0 46 D4 58 10
Octal 5 47 115 136 61 0 106 324 130 20
Binary 101 100111 1001101 1011110 110001 0 1000110 11010100 1011000 10000

Color Harmonies of #05274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05274D

Black with #05274D

Text Example


Text Example

White with #05274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05274D; }

 p { color: rgb(5,39,77); }

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

background-color css

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

 a { background-color: rgb(5,39,77); }

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

border-color css

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

 span { border-color: rgb(5,39,77); }

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