Html Css Color HEX #063570 Prussian Blue

📋 copy color: '#063570'

red 6 ◦ green 53 ◦ blue 112

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

Shades of Prussian Blue #063570

Tints of Prussian Blue #063570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.5%

R = 3.51%
G = 30.99%
B = 65.5%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063570 (or 0x063570) is known color: Prussian Blue. HEX triplet: 06, 35 and 70. RGB value is (6,53,112). Sum of RGB (Red+Green+Blue) = 6+53+112=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #063570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063570 is #F9CA8F. Grayscale: #2D2D2D. Windows color (decimal): -16370320 or 7353606. OLE color: 7353606.

HSL color Cylindrical-coordinate representation of color #063570: hue angle of 213.4º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063570 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 53 112 -
CMYK 0.95 0.53 0 0.56
HSL 213.4º 0.9% 0.23% -
HSV(B) 213.4º 0.95% 0.44% -
XYZ 4.27 3.75 15.83 -
YUV 45.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 6 53 112 0.95 0.53 0 0.56 213.4 0.9 0.23
Hex 6 35 70 5F 35 0 38 D5 5A 17
Octal 6 65 160 137 65 0 70 325 132 27
Binary 110 110101 1110000 1011111 110101 0 111000 11010101 1011010 10111

Color Harmonies of #063570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063570

Black with #063570

Text Example


Text Example

White with #063570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063570; }

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

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

background-color css

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

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

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

border-color css

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

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

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