Html Css Color HEX #063B57 Prussian Blue

📋 copy color: '#063B57'

red 6 ◦ green 59 ◦ blue 87

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

Shades of Prussian Blue #063B57

Tints of Prussian Blue #063B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.82%

 BLUE value IS 87 (34.38% from 255) = 57.24%

R = 3.95%
G = 38.82%
B = 57.24%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#063B57 (or 0x063B57) is known color: Prussian Blue. HEX triplet: 06, 3B and 57. RGB value is (6,59,87). Sum of RGB (Red+Green+Blue) = 6+59+87=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #063B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B57 is #F9C4A8. Grayscale: #2E2E2E. Windows color (decimal): -16368809 or 5716742. OLE color: 5716742.

HSL color Cylindrical-coordinate representation of color #063B57: hue angle of 200.74º 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 #063B57 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 59 87 -
CMYK 0.93 0.32 0 0.66
HSL 200.74º 0.87% 0.18% -
HSV(B) 200.74º 0.93% 0.34% -
XYZ 3.36 3.85 9.58 -
YUV 46.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 6 59 87 0.93 0.32 0 0.66 200.74 0.87 0.18
Hex 6 3B 57 5D 20 0 42 C9 57 12
Octal 6 73 127 135 40 0 102 311 127 22
Binary 110 111011 1010111 1011101 100000 0 1000010 11001001 1010111 10010

Color Harmonies of #063B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B57

Black with #063B57

Text Example


Text Example

White with #063B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063B57; }

 p { color: rgb(6,59,87); }

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

background-color css

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

 a { background-color: rgb(6,59,87); }

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

border-color css

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

 span { border-color: rgb(6,59,87); }

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