Html Css Color HEX #053F69 Prussian Blue

📋 copy color: '#053F69'

red 5 ◦ green 63 ◦ blue 105

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

Shades of Prussian Blue #053F69

Tints of Prussian Blue #053F69

RGB

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

 GREEN value IS 63 (25% from 255) = 36.42%

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

R = 2.89%
G = 36.42%
B = 60.69%

CMYK

 C value IS 0.95

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#053F69 (or 0x053F69) is known color: Prussian Blue. HEX triplet: 05, 3F and 69. RGB value is (5,63,105). Sum of RGB (Red+Green+Blue) = 5+63+105=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #053F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F69 is #FAC096. Grayscale: #323232. Windows color (decimal): -16433303 or 6897413. OLE color: 6897413.

HSL color Cylindrical-coordinate representation of color #053F69: hue angle of 205.2º 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 #053F69 is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 63 105 -
CMYK 0.95 0.4 0 0.59
HSL 205.2º 0.91% 0.22% -
HSV(B) 205.2º 0.95% 0.41% -
XYZ 4.39 4.61 14.02 -
YUV 50.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 5 63 105 0.95 0.4 0 0.59 205.2 0.91 0.22
Hex 5 3F 69 5F 28 0 3B CD 5B 16
Octal 5 77 151 137 50 0 73 315 133 26
Binary 101 111111 1101001 1011111 101000 0 111011 11001101 1011011 10110

Color Harmonies of #053F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F69

Black with #053F69

Text Example


Text Example

White with #053F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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