Html Css Color HEX #053F6B Prussian Blue

📋 copy color: '#053F6B'

red 5 ◦ green 63 ◦ blue 107

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

Shades of Prussian Blue #053F6B

Tints of Prussian Blue #053F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 61.14%

R = 2.86%
G = 36%
B = 61.14%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#053F6B (or 0x053F6B) is known color: Prussian Blue. HEX triplet: 05, 3F and 6B. RGB value is (5,63,107). Sum of RGB (Red+Green+Blue) = 5+63+107=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #053F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F6B is #FAC094. Grayscale: #323232. Windows color (decimal): -16433301 or 7028485. OLE color: 7028485.

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

Color convert

RGB 5 63 107 -
CMYK 0.95 0.41 0 0.58
HSL 205.88º 0.91% 0.22% -
HSV(B) 205.88º 0.95% 0.42% -
XYZ 4.49 4.65 14.57 -
YUV 50.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 5 63 107 0.95 0.41 0 0.58 205.88 0.91 0.22
Hex 5 3F 6B 5F 29 0 3A CE 5B 16
Octal 5 77 153 137 51 0 72 316 133 26
Binary 101 111111 1101011 1011111 101001 0 111010 11001110 1011011 10110

Color Harmonies of #053F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F6B

Black with #053F6B

Text Example


Text Example

White with #053F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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