Html Css Color HEX #063259 Prussian Blue

📋 copy color: '#063259'

red 6 ◦ green 50 ◦ blue 89

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

Shades of Prussian Blue #063259

Tints of Prussian Blue #063259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.48%

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

R = 4.14%
G = 34.48%
B = 61.38%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063259 (or 0x063259) is known color: Prussian Blue. HEX triplet: 06, 32 and 59. RGB value is (6,50,89). Sum of RGB (Red+Green+Blue) = 6+50+89=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #063259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063259 is #F9CDA6. Grayscale: #292929. Windows color (decimal): -16371111 or 5845510. OLE color: 5845510.

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

Color convert

RGB 6 50 89 -
CMYK 0.93 0.44 0 0.65
HSL 208.19º 0.87% 0.19% -
HSV(B) 208.19º 0.93% 0.35% -
XYZ 3.02 3.04 9.88 -
YUV 41.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 6 50 89 0.93 0.44 0 0.65 208.19 0.87 0.19
Hex 6 32 59 5D 2C 0 41 D0 57 13
Octal 6 62 131 135 54 0 101 320 127 23
Binary 110 110010 1011001 1011101 101100 0 1000001 11010000 1010111 10011

Color Harmonies of #063259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063259

Black with #063259

Text Example


Text Example

White with #063259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063259; }

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

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

background-color css

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

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

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

border-color css

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

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

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