Html Css Color HEX #063359 Prussian Blue

📋 copy color: '#063359'

red 6 ◦ green 51 ◦ blue 89

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

Shades of Prussian Blue #063359

Tints of Prussian Blue #063359

RGB

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

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

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

R = 4.11%
G = 34.93%
B = 60.96%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063359 (or 0x063359) is known color: Prussian Blue. HEX triplet: 06, 33 and 59. RGB value is (6,51,89). Sum of RGB (Red+Green+Blue) = 6+51+89=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #063359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063359 is #F9CCA6. Grayscale: #292929. Windows color (decimal): -16370855 or 5845766. OLE color: 5845766.

HSL color Cylindrical-coordinate representation of color #063359: hue angle of 207.47º 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 #063359 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 51 89 -
CMYK 0.93 0.43 0 0.65
HSL 207.47º 0.87% 0.19% -
HSV(B) 207.47º 0.93% 0.35% -
XYZ 3.06 3.13 9.89 -
YUV 41.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 6 51 89 0.93 0.43 0 0.65 207.47 0.87 0.19
Hex 6 33 59 5D 2B 0 41 CF 57 13
Octal 6 63 131 135 53 0 101 317 127 23
Binary 110 110011 1011001 1011101 101011 0 1000001 11001111 1010111 10011

Color Harmonies of #063359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063359

Black with #063359

Text Example


Text Example

White with #063359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063359; }

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

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

background-color css

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

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

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

border-color css

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

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

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