Html Css Color HEX #053A68 Prussian Blue

📋 copy color: '#053A68'

red 5 ◦ green 58 ◦ blue 104

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

Shades of Prussian Blue #053A68

Tints of Prussian Blue #053A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.73%

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 2.99%
G = 34.73%
B = 62.28%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#053A68 (or 0x053A68) is known color: Prussian Blue. HEX triplet: 05, 3A and 68. RGB value is (5,58,104). Sum of RGB (Red+Green+Blue) = 5+58+104=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #053A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A68 is #FAC597. Grayscale: #2F2F2F. Windows color (decimal): -16434584 or 6830597. OLE color: 6830597.

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

Color convert

RGB 5 58 104 -
CMYK 0.95 0.44 0 0.59
HSL 207.88º 0.91% 0.21% -
HSV(B) 207.88º 0.95% 0.41% -
XYZ 4.07 4.06 13.67 -
YUV 47.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 5 58 104 0.95 0.44 0 0.59 207.88 0.91 0.21
Hex 5 3A 68 5F 2C 0 3B D0 5B 15
Octal 5 72 150 137 54 0 73 320 133 25
Binary 101 111010 1101000 1011111 101100 0 111011 11010000 1011011 10101

Color Harmonies of #053A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A68

Black with #053A68

Text Example


Text Example

White with #053A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,104); }

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

background-color css

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

 a { background-color: rgb(5,58,104); }

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

border-color css

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

 span { border-color: rgb(5,58,104); }

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