Html Css Color HEX #063459 Prussian Blue

📋 copy color: '#063459'

red 6 ◦ green 52 ◦ blue 89

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

Shades of Prussian Blue #063459

Tints of Prussian Blue #063459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.37%

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

R = 4.08%
G = 35.37%
B = 60.54%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063459 (or 0x063459) is known color: Prussian Blue. HEX triplet: 06, 34 and 59. RGB value is (6,52,89). Sum of RGB (Red+Green+Blue) = 6+52+89=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #063459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063459 is #F9CBA6. Grayscale: #2A2A2A. Windows color (decimal): -16370599 or 5846022. OLE color: 5846022.

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

Color convert

RGB 6 52 89 -
CMYK 0.93 0.42 0 0.65
HSL 206.75º 0.87% 0.19% -
HSV(B) 206.75º 0.93% 0.35% -
XYZ 3.11 3.22 9.91 -
YUV 42.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 6 52 89 0.93 0.42 0 0.65 206.75 0.87 0.19
Hex 6 34 59 5D 2A 0 41 CF 57 13
Octal 6 64 131 135 52 0 101 317 127 23
Binary 110 110100 1011001 1011101 101010 0 1000001 11001111 1010111 10011

Color Harmonies of #063459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063459

Black with #063459

Text Example


Text Example

White with #063459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063459; }

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

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

background-color css

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

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

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

border-color css

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

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

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