Html Css Color HEX #063059 Prussian Blue

📋 copy color: '#063059'

red 6 ◦ green 48 ◦ blue 89

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

Shades of Prussian Blue #063059

Tints of Prussian Blue #063059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.57%

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

R = 4.2%
G = 33.57%
B = 62.24%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063059 (or 0x063059) is known color: Prussian Blue. HEX triplet: 06, 30 and 59. RGB value is (6,48,89). Sum of RGB (Red+Green+Blue) = 6+48+89=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #063059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063059 is #F9CFA6. Grayscale: #272727. Windows color (decimal): -16371623 or 5844998. OLE color: 5844998.

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

Color convert

RGB 6 48 89 -
CMYK 0.93 0.46 0 0.65
HSL 209.64º 0.87% 0.19% -
HSV(B) 209.64º 0.93% 0.35% -
XYZ 2.94 2.87 9.85 -
YUV 40.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 6 48 89 0.93 0.46 0 0.65 209.64 0.87 0.19
Hex 6 30 59 5D 2E 0 41 D2 57 13
Octal 6 60 131 135 56 0 101 322 127 23
Binary 110 110000 1011001 1011101 101110 0 1000001 11010010 1010111 10011

Color Harmonies of #063059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063059

Black with #063059

Text Example


Text Example

White with #063059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063059; }

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

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

background-color css

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

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

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

border-color css

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

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

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