Html Css Color HEX #063371 Prussian Blue

📋 copy color: '#063371'

red 6 ◦ green 51 ◦ blue 113

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

Shades of Prussian Blue #063371

Tints of Prussian Blue #063371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30%

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

R = 3.53%
G = 30%
B = 66.47%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063371 (or 0x063371) is known color: Prussian Blue. HEX triplet: 06, 33 and 71. RGB value is (6,51,113). Sum of RGB (Red+Green+Blue) = 6+51+113=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #063371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063371 is #F9CC8E. Grayscale: #2C2C2C. Windows color (decimal): -16370831 or 7418630. OLE color: 7418630.

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

Color convert

RGB 6 51 113 -
CMYK 0.95 0.55 0 0.56
HSL 214.77º 0.9% 0.23% -
HSV(B) 214.77º 0.95% 0.44% -
XYZ 4.24 3.6 16.09 -
YUV 44.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 6 51 113 0.95 0.55 0 0.56 214.77 0.9 0.23
Hex 6 33 71 5F 37 0 38 D7 5A 17
Octal 6 63 161 137 67 0 70 327 132 27
Binary 110 110011 1110001 1011111 110111 0 111000 11010111 1011010 10111

Color Harmonies of #063371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063371

Black with #063371

Text Example


Text Example

White with #063371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063371; }

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

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

background-color css

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

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

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

border-color css

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

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

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