Html Css Color HEX #063171 Prussian Blue

📋 copy color: '#063171'

red 6 ◦ green 49 ◦ blue 113

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

Shades of Prussian Blue #063171

Tints of Prussian Blue #063171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 3.57%
G = 29.17%
B = 67.26%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063171 (or 0x063171) is known color: Prussian Blue. HEX triplet: 06, 31 and 71. RGB value is (6,49,113). Sum of RGB (Red+Green+Blue) = 6+49+113=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #063171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063171 is #F9CE8E. Grayscale: #2B2B2B. Windows color (decimal): -16371343 or 7418118. OLE color: 7418118.

HSL color Cylindrical-coordinate representation of color #063171: hue angle of 215.89º 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 #063171 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 49 113 -
CMYK 0.95 0.57 0 0.56
HSL 215.89º 0.9% 0.23% -
HSV(B) 215.89º 0.95% 0.44% -
XYZ 4.15 3.43 16.07 -
YUV 43.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 6 49 113 0.95 0.57 0 0.56 215.89 0.9 0.23
Hex 6 31 71 5F 39 0 38 D8 5A 17
Octal 6 61 161 137 71 0 70 330 132 27
Binary 110 110001 1110001 1011111 111001 0 111000 11011000 1011010 10111

Color Harmonies of #063171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063171

Black with #063171

Text Example


Text Example

White with #063171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063171; }

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

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

background-color css

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

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

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

border-color css

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

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

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