Html Css Color HEX #063071 Prussian Blue

📋 copy color: '#063071'

red 6 ◦ green 48 ◦ blue 113

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

Shades of Prussian Blue #063071

Tints of Prussian Blue #063071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

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

R = 3.59%
G = 28.74%
B = 67.66%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063071 (or 0x063071) is known color: Prussian Blue. HEX triplet: 06, 30 and 71. RGB value is (6,48,113). Sum of RGB (Red+Green+Blue) = 6+48+113=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #063071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063071 is #F9CF8E. Grayscale: #2A2A2A. Windows color (decimal): -16371599 or 7417862. OLE color: 7417862.

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

Color convert

RGB 6 48 113 -
CMYK 0.95 0.58 0 0.56
HSL 216.45º 0.9% 0.23% -
HSV(B) 216.45º 0.95% 0.44% -
XYZ 4.11 3.34 16.05 -
YUV 42.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 6 48 113 0.95 0.58 0 0.56 216.45 0.9 0.23
Hex 6 30 71 5F 3A 0 38 D8 5A 17
Octal 6 60 161 137 72 0 70 330 132 27
Binary 110 110000 1110001 1011111 111010 0 111000 11011000 1011010 10111

Color Harmonies of #063071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063071

Black with #063071

Text Example


Text Example

White with #063071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063071; }

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

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

background-color css

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

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

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

border-color css

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

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

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