Html Css Color HEX #063959 Prussian Blue

📋 copy color: '#063959'

red 6 ◦ green 57 ◦ blue 89

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

Shades of Prussian Blue #063959

Tints of Prussian Blue #063959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 58.55%

R = 3.95%
G = 37.5%
B = 58.55%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063959 (or 0x063959) is known color: Prussian Blue. HEX triplet: 06, 39 and 59. RGB value is (6,57,89). Sum of RGB (Red+Green+Blue) = 6+57+89=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #063959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063959 is #F9C6A6. Grayscale: #2D2D2D. Windows color (decimal): -16369319 or 5847302. OLE color: 5847302.

HSL color Cylindrical-coordinate representation of color #063959: hue angle of 203.13º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063959 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 57 89 -
CMYK 0.93 0.36 0 0.65
HSL 203.13º 0.87% 0.19% -
HSV(B) 203.13º 0.93% 0.35% -
XYZ 3.34 3.69 9.99 -
YUV 45.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 6 57 89 0.93 0.36 0 0.65 203.13 0.87 0.19
Hex 6 39 59 5D 24 0 41 CB 57 13
Octal 6 71 131 135 44 0 101 313 127 23
Binary 110 111001 1011001 1011101 100100 0 1000001 11001011 1010111 10011

Color Harmonies of #063959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063959

Black with #063959

Text Example


Text Example

White with #063959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063959; }

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

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

background-color css

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

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

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

border-color css

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

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

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