Html Css Color HEX #05385A Prussian Blue

📋 copy color: '#05385A'

red 5 ◦ green 56 ◦ blue 90

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

Shades of Prussian Blue #05385A

Tints of Prussian Blue #05385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.09%

 BLUE value IS 90 (35.55% from 255) = 59.6%

R = 3.31%
G = 37.09%
B = 59.6%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05385A (or 0x05385A) is known color: Prussian Blue. HEX triplet: 05, 38 and 5A. RGB value is (5,56,90). Sum of RGB (Red+Green+Blue) = 5+56+90=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #05385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05385A is #FAC7A5. Grayscale: #2C2C2C. Windows color (decimal): -16435110 or 5912581. OLE color: 5912581.

HSL color Cylindrical-coordinate representation of color #05385A: hue angle of 204º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05385A is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 56 90 -
CMYK 0.94 0.38 0 0.65
HSL 204º 0.89% 0.19% -
HSV(B) 204º 0.94% 0.35% -
XYZ 3.32 3.6 10.19 -
YUV 44.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 5 56 90 0.94 0.38 0 0.65 204 0.89 0.19
Hex 5 38 5A 5E 26 0 41 CC 59 13
Octal 5 70 132 136 46 0 101 314 131 23
Binary 101 111000 1011010 1011110 100110 0 1000001 11001100 1011001 10011

Color Harmonies of #05385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05385A

Black with #05385A

Text Example


Text Example

White with #05385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05385A; }

 p { color: rgb(5,56,90); }

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

background-color css

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

 a { background-color: rgb(5,56,90); }

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

border-color css

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

 span { border-color: rgb(5,56,90); }

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