Html Css Color HEX #063973 Prussian Blue

📋 copy color: '#063973'

red 6 ◦ green 57 ◦ blue 115

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

Shades of Prussian Blue #063973

Tints of Prussian Blue #063973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.02%

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

R = 3.37%
G = 32.02%
B = 64.61%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063973 (or 0x063973) is known color: Prussian Blue. HEX triplet: 06, 39 and 73. RGB value is (6,57,115). Sum of RGB (Red+Green+Blue) = 6+57+115=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #063973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063973 is #F9C68C. Grayscale: #303030. Windows color (decimal): -16369293 or 7551238. OLE color: 7551238.

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

Color convert

RGB 6 57 115 -
CMYK 0.95 0.50 0 0.55
HSL 211.93º 0.9% 0.24% -
HSV(B) 211.93º 0.95% 0.45% -
XYZ 4.63 4.2 16.79 -
YUV 48.36 165.6 97.78 -
System Red Green Blue C M Y K H S L
Decimal 6 57 115 0.95 0.50 0 0.55 211.93 0.9 0.24
Hex 6 39 73 5F 32 0 37 D4 5A 18
Octal 6 71 163 137 62 0 67 324 132 30
Binary 110 111001 1110011 1011111 110010 0 110111 11010100 1011010 11000

Color Harmonies of #063973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063973

Black with #063973

Text Example


Text Example

White with #063973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063973; }

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

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

background-color css

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

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

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

border-color css

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

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

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