Html Css Color HEX #063173 Prussian Blue

📋 copy color: '#063173'

red 6 ◦ green 49 ◦ blue 115

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

Shades of Prussian Blue #063173

Tints of Prussian Blue #063173

RGB

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

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

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

R = 3.53%
G = 28.82%
B = 67.65%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063173 (or 0x063173) is known color: Prussian Blue. HEX triplet: 06, 31 and 73. RGB value is (6,49,115). Sum of RGB (Red+Green+Blue) = 6+49+115=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #063173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063173 is #F9CE8C. Grayscale: #2B2B2B. Windows color (decimal): -16371341 or 7549190. OLE color: 7549190.

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

Color convert

RGB 6 49 115 -
CMYK 0.95 0.57 0 0.55
HSL 216.33º 0.9% 0.24% -
HSV(B) 216.33º 0.95% 0.45% -
XYZ 4.27 3.47 16.67 -
YUV 43.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 6 49 115 0.95 0.57 0 0.55 216.33 0.9 0.24
Hex 6 31 73 5F 39 0 37 D8 5A 18
Octal 6 61 163 137 71 0 67 330 132 30
Binary 110 110001 1110011 1011111 111001 0 110111 11011000 1011010 11000

Color Harmonies of #063173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063173

Black with #063173

Text Example


Text Example

White with #063173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063173; }

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

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

background-color css

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

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

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

border-color css

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

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

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