Html Css Color HEX #05305A Prussian Blue

📋 copy color: '#05305A'

red 5 ◦ green 48 ◦ blue 90

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

Shades of Prussian Blue #05305A

Tints of Prussian Blue #05305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.57%

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

R = 3.5%
G = 33.57%
B = 62.94%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05305A (or 0x05305A) is known color: Prussian Blue. HEX triplet: 05, 30 and 5A. RGB value is (5,48,90). Sum of RGB (Red+Green+Blue) = 5+48+90=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #05305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05305A is #FACFA5. Grayscale: #272727. Windows color (decimal): -16437158 or 5910533. OLE color: 5910533.

HSL color Cylindrical-coordinate representation of color #05305A: hue angle of 209.65º 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 #05305A is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 48 90 -
CMYK 0.94 0.47 0 0.65
HSL 209.65º 0.89% 0.19% -
HSV(B) 209.65º 0.94% 0.35% -
XYZ 2.97 2.88 10.07 -
YUV 39.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 5 48 90 0.94 0.47 0 0.65 209.65 0.89 0.19
Hex 5 30 5A 5E 2F 0 41 D2 59 13
Octal 5 60 132 136 57 0 101 322 131 23
Binary 101 110000 1011010 1011110 101111 0 1000001 11010010 1011001 10011

Color Harmonies of #05305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05305A

Black with #05305A

Text Example


Text Example

White with #05305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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