Html Css Color HEX #063569 Prussian Blue

📋 copy color: '#063569'

red 6 ◦ green 53 ◦ blue 105

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

Shades of Prussian Blue #063569

Tints of Prussian Blue #063569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.32%

 BLUE value IS 105 (41.41% from 255) = 64.02%

R = 3.66%
G = 32.32%
B = 64.02%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#063569 (or 0x063569) is known color: Prussian Blue. HEX triplet: 06, 35 and 69. RGB value is (6,53,105). Sum of RGB (Red+Green+Blue) = 6+53+105=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #063569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063569 is #F9CA96. Grayscale: #2C2C2C. Windows color (decimal): -16370327 or 6894854. OLE color: 6894854.

HSL color Cylindrical-coordinate representation of color #063569: hue angle of 211.52º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063569 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 53 105 -
CMYK 0.94 0.50 0 0.59
HSL 211.52º 0.89% 0.22% -
HSV(B) 211.52º 0.94% 0.41% -
XYZ 3.9 3.6 13.85 -
YUV 44.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 6 53 105 0.94 0.50 0 0.59 211.52 0.89 0.22
Hex 6 35 69 5E 32 0 3B D4 59 16
Octal 6 65 151 136 62 0 73 324 131 26
Binary 110 110101 1101001 1011110 110010 0 111011 11010100 1011001 10110

Color Harmonies of #063569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063569

Black with #063569

Text Example


Text Example

White with #063569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063569; }

 p { color: rgb(6,53,105); }

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

background-color css

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

 a { background-color: rgb(6,53,105); }

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

border-color css

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

 span { border-color: rgb(6,53,105); }

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