Html Css Color HEX #05335D Prussian Blue

📋 copy color: '#05335D'

red 5 ◦ green 51 ◦ blue 93

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

Shades of Prussian Blue #05335D

Tints of Prussian Blue #05335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

 BLUE value IS 93 (36.72% from 255) = 62.42%

R = 3.36%
G = 34.23%
B = 62.42%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05335D (or 0x05335D) is known color: Prussian Blue. HEX triplet: 05, 33 and 5D. RGB value is (5,51,93). Sum of RGB (Red+Green+Blue) = 5+51+93=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #05335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05335D is #FACCA2. Grayscale: #292929. Windows color (decimal): -16436387 or 6107909. OLE color: 6107909.

HSL color Cylindrical-coordinate representation of color #05335D: hue angle of 208.64º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05335D is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 51 93 -
CMYK 0.95 0.45 0 0.64
HSL 208.64º 0.9% 0.19% -
HSV(B) 208.64º 0.95% 0.36% -
XYZ 3.22 3.19 10.8 -
YUV 42.03 156.76 101.58 -
System Red Green Blue C M Y K H S L
Decimal 5 51 93 0.95 0.45 0 0.64 208.64 0.9 0.19
Hex 5 33 5D 5F 2D 0 40 D1 5A 13
Octal 5 63 135 137 55 0 100 321 132 23
Binary 101 110011 1011101 1011111 101101 0 1000000 11010001 1011010 10011

Color Harmonies of #05335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05335D

Black with #05335D

Text Example


Text Example

White with #05335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,51,93); }

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

background-color css

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

 a { background-color: rgb(5,51,93); }

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

border-color css

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

 span { border-color: rgb(5,51,93); }

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