Html Css Color HEX #063471 Prussian Blue

📋 copy color: '#063471'

red 6 ◦ green 52 ◦ blue 113

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

Shades of Prussian Blue #063471

Tints of Prussian Blue #063471

RGB

 RED value IS 6 (2.73% from 255) = 3.51%

 GREEN value IS 52 (20.7% from 255) = 30.41%

 BLUE value IS 113 (44.53% from 255) = 66.08%

R = 3.51%
G = 30.41%
B = 66.08%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063471 (or 0x063471) is known color: Prussian Blue. HEX triplet: 06, 34 and 71. RGB value is (6,52,113). Sum of RGB (Red+Green+Blue) = 6+52+113=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #063471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063471 is #F9CB8E. Grayscale: #2C2C2C. Windows color (decimal): -16370575 or 7418886. OLE color: 7418886.

HSL color Cylindrical-coordinate representation of color #063471: hue angle of 214.21º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063471 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 52 113 -
CMYK 0.95 0.54 0 0.56
HSL 214.21º 0.9% 0.23% -
HSV(B) 214.21º 0.95% 0.44% -
XYZ 4.28 3.69 16.11 -
YUV 45.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 6 52 113 0.95 0.54 0 0.56 214.21 0.9 0.23
Hex 6 34 71 5F 36 0 38 D6 5A 17
Octal 6 64 161 137 66 0 70 326 132 27
Binary 110 110100 1110001 1011111 110110 0 111000 11010110 1011010 10111

Color Harmonies of #063471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063471

Black with #063471

Text Example


Text Example

White with #063471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063471; }

 p { color: rgb(6,52,113); }

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

background-color css

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

 a { background-color: rgb(6,52,113); }

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

border-color css

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

 span { border-color: rgb(6,52,113); }

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