Html Css Color HEX #063871 Prussian Blue

📋 copy color: '#063871'

red 6 ◦ green 56 ◦ blue 113

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

Shades of Prussian Blue #063871

Tints of Prussian Blue #063871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 3.43%
G = 32%
B = 64.57%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063871 (or 0x063871) is known color: Prussian Blue. HEX triplet: 06, 38 and 71. RGB value is (6,56,113). Sum of RGB (Red+Green+Blue) = 6+56+113=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #063871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063871 is #F9C78E. Grayscale: #2F2F2F. Windows color (decimal): -16369551 or 7419910. OLE color: 7419910.

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

Color convert

RGB 6 56 113 -
CMYK 0.95 0.50 0 0.56
HSL 211.96º 0.9% 0.23% -
HSV(B) 211.96º 0.95% 0.44% -
XYZ 4.47 4.06 16.17 -
YUV 47.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 6 56 113 0.95 0.50 0 0.56 211.96 0.9 0.23
Hex 6 38 71 5F 32 0 38 D4 5A 17
Octal 6 70 161 137 62 0 70 324 132 27
Binary 110 111000 1110001 1011111 110010 0 111000 11010100 1011010 10111

Color Harmonies of #063871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063871

Black with #063871

Text Example


Text Example

White with #063871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063871; }

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

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

background-color css

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

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

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

border-color css

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

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

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