Html Css Color HEX #053869 Prussian Blue

📋 copy color: '#053869'

red 5 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #053869

Tints of Prussian Blue #053869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 63.25%

R = 3.01%
G = 33.73%
B = 63.25%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#053869 (or 0x053869) is known color: Prussian Blue. HEX triplet: 05, 38 and 69. RGB value is (5,56,105). Sum of RGB (Red+Green+Blue) = 5+56+105=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #053869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053869 is #FAC796. Grayscale: #2E2E2E. Windows color (decimal): -16435095 or 6895621. OLE color: 6895621.

HSL color Cylindrical-coordinate representation of color #053869: hue angle of 209.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053869 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 56 105 -
CMYK 0.95 0.47 0 0.59
HSL 209.4º 0.91% 0.22% -
HSV(B) 209.4º 0.95% 0.41% -
XYZ 4.03 3.88 13.9 -
YUV 46.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 5 56 105 0.95 0.47 0 0.59 209.4 0.91 0.22
Hex 5 38 69 5F 2F 0 3B D1 5B 16
Octal 5 70 151 137 57 0 73 321 133 26
Binary 101 111000 1101001 1011111 101111 0 111011 11010001 1011011 10110

Color Harmonies of #053869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053869

Black with #053869

Text Example


Text Example

White with #053869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053869; }

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

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

background-color css

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

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

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

border-color css

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

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

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