Html Css Color HEX #063256 Prussian Blue

📋 copy color: '#063256'

red 6 ◦ green 50 ◦ blue 86

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

Shades of Prussian Blue #063256

Tints of Prussian Blue #063256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 60.56%

R = 4.23%
G = 35.21%
B = 60.56%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#063256 (or 0x063256) is known color: Prussian Blue. HEX triplet: 06, 32 and 56. RGB value is (6,50,86). Sum of RGB (Red+Green+Blue) = 6+50+86=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #063256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063256 is #F9CDA9. Grayscale: #282828. Windows color (decimal): -16371114 or 5648902. OLE color: 5648902.

HSL color Cylindrical-coordinate representation of color #063256: hue angle of 207º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063256 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 50 86 -
CMYK 0.93 0.42 0 0.66
HSL 207º 0.87% 0.18% -
HSV(B) 207º 0.93% 0.34% -
XYZ 2.9 2.99 9.23 -
YUV 40.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 6 50 86 0.93 0.42 0 0.66 207 0.87 0.18
Hex 6 32 56 5D 2A 0 42 CF 57 12
Octal 6 62 126 135 52 0 102 317 127 22
Binary 110 110010 1010110 1011101 101010 0 1000010 11001111 1010111 10010

Color Harmonies of #063256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063256

Black with #063256

Text Example


Text Example

White with #063256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063256; }

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

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

background-color css

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

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

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

border-color css

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

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

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