Html Css Color HEX #063773 Prussian Blue

📋 copy color: '#063773'

red 6 ◦ green 55 ◦ blue 115

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

Shades of Prussian Blue #063773

Tints of Prussian Blue #063773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.25%

 BLUE value IS 115 (45.31% from 255) = 65.34%

R = 3.41%
G = 31.25%
B = 65.34%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063773 (or 0x063773) is known color: Prussian Blue. HEX triplet: 06, 37 and 73. RGB value is (6,55,115). Sum of RGB (Red+Green+Blue) = 6+55+115=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #063773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063773 is #F9C88C. Grayscale: #2E2E2E. Windows color (decimal): -16369805 or 7550726. OLE color: 7550726.

HSL color Cylindrical-coordinate representation of color #063773: hue angle of 213.03º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063773 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 55 115 -
CMYK 0.95 0.52 0 0.55
HSL 213.03º 0.9% 0.24% -
HSV(B) 213.03º 0.95% 0.45% -
XYZ 4.54 4.01 16.75 -
YUV 47.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 6 55 115 0.95 0.52 0 0.55 213.03 0.9 0.24
Hex 6 37 73 5F 34 0 37 D5 5A 18
Octal 6 67 163 137 64 0 67 325 132 30
Binary 110 110111 1110011 1011111 110100 0 110111 11010101 1011010 11000

Color Harmonies of #063773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063773

Black with #063773

Text Example


Text Example

White with #063773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063773; }

 p { color: rgb(6,55,115); }

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

background-color css

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

 a { background-color: rgb(6,55,115); }

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

border-color css

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

 span { border-color: rgb(6,55,115); }

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